Changeset 10784 for extensions/gally/gally-cuise/themeconf.inc.php
- Timestamp:
- May 6, 2011, 11:45:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/gally/gally-cuise/themeconf.inc.php
r10780 r10784 9 9 */ 10 10 11 if ( PHPWG_VERSION < "2.2.0" ) 12 { 13 $themeconf = array( 14 'name' => 'gally-cuise', 15 'theme' => 'gally-cuise', 16 'parent' => 'gally-default', 17 'icon_dir' => 'themes/gally-cuise/icon', 18 'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/', 19 'local_head' => realpath('head_1.tpl') 20 ); 21 } else { 22 $themeconf = array( 23 'name' => 'gally-cuise', 24 'theme' => 'gally-cuise', 25 'parent' => 'gally-default', 26 'icon_dir' => 'themes/gally-cuise/icon', 27 'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/', 28 'local_head' => realpath('head_2.tpl') 29 30 ); 31 } 11 if ( PHPWG_VERSION < "2.2.0" ) { 12 $themeconf = array( 13 'name' => 'gally-cuise', 14 'theme' => 'gally-cuise', 15 'parent' => 'gally-default', 16 'icon_dir' => 'themes/gally-cuise/icon', 17 'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/' , 18 19 ); 20 } else { 21 $themeconf = array( 22 'name' => 'gally-cuise', 23 'theme' => 'gally-cuise', 24 'parent' => 'gally-default', 25 'icon_dir' => 'themes/gally-cuise/icon', 26 'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/', 27 28 ); 29 } 32 30 33 31 ?>
Note: See TracChangeset
for help on using the changeset viewer.