egroupware_official/etemplate/inc/class.etemplate.inc.php

18 lines
523 B
PHP
Raw Normal View History

2002-02-06 10:03:11 +01:00
<?php
/**
* eGroupWare - EditableTemplates
*
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package etemplate
* @link http://www.egroupware.org
* @author Ralf Becker <RalfBecker@outdoor-training.de>
* @version $Id$
*/
2002-02-06 10:03:11 +01:00
$ui = ''; // html UI, which UI to use, should come from api and be in $GLOBALS['egw']???
if ($_ENV['DISPLAY'] && isset($_SERVER['_']))
2002-02-20 02:26:03 +01:00
{
$ui = '_gtk';
}
include_once(EGW_INCLUDE_ROOT . "/etemplate/inc/class.uietemplate$ui.inc.php");