diff options
Diffstat (limited to '')
-rw-r--r-- | include/common.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/common.inc.php b/include/common.inc.php index dddc9b6d9..878dcda12 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -152,8 +152,7 @@ if (is_a_guest()) } // template instance -if (( defined('IN_ADMIN') and IN_ADMIN ) - or (defined('PWG_HELP') and PWG_HELP)) +if (defined('IN_ADMIN') and IN_ADMIN ) {// Admin template $template = new Template(PHPWG_ROOT_PATH.'admin/themes', $conf['admin_theme']); } |