Changeset 1834 for trunk/template/yoga/theme/wipi
- Timestamp:
- Feb 17, 2007, 7:52:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/theme/wipi/themeconf.inc.php
r1779 r1834 1 1 <?php 2 global $themeconf; /* Share $themeconf if About is used */3 2 $themeconf = array( 4 3 'template' => 'yoga', … … 9 8 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 10 9 'local_head' => '<!-- no theme specific head content -->', 11 'About' => '', /* About text to display on About screen */12 10 ); 11 if ( !isset($lang['Theme: wipi']) ) 12 { 13 $lang['Theme: wipi'] = 'The site is displayed with wipi theme based ' . 14 ' on yoga template, a standard template/theme of PhpWebgallery.'; 15 } 13 16 ?>
Note: See TracChangeset
for help on using the changeset viewer.