Changeset 1779 for trunk/template/yoga/theme
- Timestamp:
- Feb 4, 2007, 9:42:26 PM (18 years ago)
- Location:
- trunk/template/yoga/theme
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/theme/clear/themeconf.inc.php
r1657 r1779 1 1 <?php 2 global $themeconf; /* Share $themeconf if About is used */ 2 3 $themeconf = array( 3 4 'template' => 'yoga', … … 7 8 'admin_icon_dir' => 'template/yoga/icon/admin', 8 9 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 9 'local_head' => '<!-- no theme specific head content -->' 10 'local_head' => '<!-- no theme specific head content -->', 11 'About' => '', /* About text to display on About screen */ 10 12 ); 11 13 ?> -
trunk/template/yoga/theme/dark/themeconf.inc.php
r1657 r1779 1 1 <?php 2 global $themeconf; /* Share $themeconf if About is used */ 2 3 $themeconf = array( 3 4 'template' => 'yoga', … … 7 8 'admin_icon_dir' => 'template/yoga/icon/admin', 8 9 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 9 'local_head' => '<!-- no theme specific head content -->' 10 'local_head' => '<!-- no theme specific head content -->', 11 'About' => '', /* About text to display on About screen */ 10 12 ); 11 13 ?> -
trunk/template/yoga/theme/p0w0/themeconf.inc.php
r1778 r1779 1 1 <?php 2 global $themeconf; /* Share $themeconf if About is used */ 2 3 $themeconf = array( 3 4 'template' => 'yoga', … … 7 8 'admin_icon_dir' => 'template/yoga/icon/admin', 8 9 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 9 'local_head' => '<!-- no theme specific head content -->' 10 'local_head' => '<!-- no theme specific head content -->', 11 'About' => '', /* About text to display on About screen */ 10 12 ); 11 13 ?> -
trunk/template/yoga/theme/wipi/themeconf.inc.php
r1683 r1779 1 1 <?php 2 global $themeconf; /* Share $themeconf if About is used */ 2 3 $themeconf = array( 3 4 'template' => 'yoga', … … 7 8 'admin_icon_dir' => 'template/yoga/icon/admin', 8 9 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 9 'local_head' => '<!-- no theme specific head content -->' 10 'local_head' => '<!-- no theme specific head content -->', 11 'About' => '', /* About text to display on About screen */ 10 12 ); 11 13 ?>
Note: See TracChangeset
for help on using the changeset viewer.