Changeset 1834 for trunk/template/yoga


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).

Location:
trunk/template/yoga
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/about.tpl

    r1779 r1834  
    1010    <h2>{lang:About}</h2>
    1111  </div>
    12 
     12  <ul>
    1313  {ABOUT_MESSAGE}
    1414  <!-- BEGIN theme -->
    15   <ul>
    1615  <li>{theme.ABOUT}</li>
     16  <!-- END theme -->
    1717  </ul>
    18   <!-- END theme -->
    1918</div>
  • trunk/template/yoga/theme/clear/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);
    1311?>
  • trunk/template/yoga/theme/dark/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);
    1311?>
  • trunk/template/yoga/theme/p0w0/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);
    1311?>
  • 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.