Ignore:
Timestamp:
Feb 17, 2007, 7:52:17 PM (17 years ago)
Author:
vdigital
Message:

0000497: (facultative) themeconf.inc.php can build additional about text for PWG about page (see wipi theme).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/wipi/themeconf.inc.php

    r1779 r1834  
    11<?php
    2 global $themeconf; /* Share $themeconf if About is used */
    32$themeconf = array(
    43  'template' => 'yoga',
     
    98  'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
    109  'local_head' => '<!-- no theme specific head content -->',
    11   'About' => '', /* About text to display on About screen */
    1210);
     11if ( !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}
    1316?>
Note: See TracChangeset for help on using the changeset viewer.