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

Last change on this file since 2693 was 2513, checked in by rvelices, 16 years ago
  • fix typing error in index.tpl
  • added template smarty function known_script (e.g.{known_script id="x" src"y.js"}) - useful to avoid double inclusion of a script such as prototype,jquery,... when a template and plugin need it independently (see the use in admin.tpl for example)
  • removed unused themeconf.template_dir
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
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.