mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:23 +01:00
fixed dumb bug
This commit is contained in:
parent
97a47edc8f
commit
48bffd5e2a
@ -56,8 +56,11 @@
|
|||||||
$this->print = True;
|
$this->print = True;
|
||||||
}
|
}
|
||||||
/* This covers loading up the common tpl file and CSS data */
|
/* This covers loading up the common tpl file and CSS data */
|
||||||
$this->set_root(PHPGW_TEMPLATE_DIR);
|
if(defined('PHPGW_TEMPLATE_DIR'))
|
||||||
$this->set_file('common', 'common.tpl');
|
{
|
||||||
|
$this->set_root(PHPGW_TEMPLATE_DIR);
|
||||||
|
$this->set_file('common', 'common.tpl');
|
||||||
|
}
|
||||||
$this->set_var('phpgw_css',$GLOBALS['phpgw_info']['theme']['css']);
|
$this->set_var('phpgw_css',$GLOBALS['phpgw_info']['theme']['css']);
|
||||||
|
|
||||||
/* Now move on to loading up the requested template set */
|
/* Now move on to loading up the requested template set */
|
||||||
|
Loading…
Reference in New Issue
Block a user