source: trunk/template/yoga/theme/wipi/themeconf.inc.php @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 423 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'yoga',
4  'theme' => 'wipi',
5  'icon_dir' => 'template/yoga/icon',
6  'admin_icon_dir' => 'template/yoga/icon/admin',
7  'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
8  'local_head' => '',
9);
10if ( !isset($lang['Theme: wipi']) )
11{
12  $lang['Theme: wipi'] = 'The site is displayed with wipi theme based ' .
13  ' on yoga template, a standard template/theme of PhpWebgallery.';
14}
15?>
Note: See TracBrowser for help on using the repository browser.