Changeset 5173 for trunk/admin/themes/roma
- Timestamp:
- Mar 18, 2010, 12:50:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/roma/themeconf.inc.php
r5123 r5173 1 1 <?php 2 if (!function_exists('selected_admin_menu'))3 {4 include_once(PHPWG_ROOT_PATH.'admin/include/functions_themes.inc.php');5 }6 2 $themeconf = array( 7 3 'theme' => 'roma', 8 4 'parent' => 'default', 9 'selected_admin_menu' => selected_admin_menu(),10 5 ); 11 6 ?>
Note: See TracChangeset
for help on using the changeset viewer.