diff options
Diffstat (limited to 'admin/themes/roma/themeconf.inc.php')
-rw-r--r-- | admin/themes/roma/themeconf.inc.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/admin/themes/roma/themeconf.inc.php b/admin/themes/roma/themeconf.inc.php index 1260576ab..886ed60db 100644 --- a/admin/themes/roma/themeconf.inc.php +++ b/admin/themes/roma/themeconf.inc.php @@ -1,11 +1,6 @@ <?php -if (!function_exists('selected_admin_menu')) -{ - include_once(PHPWG_ROOT_PATH.'admin/include/functions_themes.inc.php'); -} $themeconf = array( 'theme' => 'roma', 'parent' => 'default', - 'selected_admin_menu' => selected_admin_menu(), ); ?> |