aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/clear/themeconf.inc.php')
-rw-r--r--admin/themes/clear/themeconf.inc.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/admin/themes/clear/themeconf.inc.php b/admin/themes/clear/themeconf.inc.php
index de1d34209..e007a971d 100644
--- a/admin/themes/clear/themeconf.inc.php
+++ b/admin/themes/clear/themeconf.inc.php
@@ -1,12 +1,7 @@
<?php
-if (!function_exists('selected_admin_menu'))
-{
- include_once(PHPWG_ROOT_PATH.'admin/include/functions_themes.inc.php');
-}
$themeconf = array(
'theme' => 'clear',
'parent' => 'default',
'admin_icon_dir' => 'admin/themes/clear/icon',
- 'selected_admin_menu' => selected_admin_menu(),
);
?>