Changeset 9675 for extensions/floOS/OS_glass_dark
- Timestamp:
- Mar 14, 2011, 5:12:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/floOS/OS_glass_dark/themeconf.inc.php
r9674 r9675 1 1 <?php 2 2 /* 3 Theme Name: OS_glass_ clear3 Theme Name: OS_glass_dark 4 4 Version: auto 5 5 Description: 6 Theme URI: http://piwigo.org/ext/extension_view.php?eid=51 46 Theme URI: http://piwigo.org/ext/extension_view.php?eid=515 7 7 Author: flop25 8 8 Author URI: http://www.planete-flop.fr … … 10 10 11 11 $themeconf = array( 12 'name' => 'OS_glass_ clear',12 'name' => 'OS_glass_dark', 13 13 'parent' => 'OS_default', 14 14 'icon_dir' => 'themes/OS_default/icon', … … 21 21 'tab_closed' => array('mbLinks','mbTags','mbSpecials','mbIdentification'), # tabs which are closed when the page is loaded 22 22 ); 23 @include(PHPWG_ROOT_PATH. 'local/config/OS_glass_ clear.inc.php');23 @include(PHPWG_ROOT_PATH. 'local/config/OS_glass_dark.inc.php'); 24 24 if (isset($conf['local_dir_site'])) 25 25 { 26 @include(PHPWG_ROOT_PATH.PWG_LOCAL_DIR. 'config/OS_glass_ clear.inc.php');26 @include(PHPWG_ROOT_PATH.PWG_LOCAL_DIR. 'config/OS_glass_dark.inc.php'); 27 27 } 28 28
Note: See TracChangeset
for help on using the changeset viewer.