Changeset 1779 for trunk/about.php


Ignore:
Timestamp:
Feb 4, 2007, 9:42:26 PM (17 years ago)
Author:
vdigital
Message:

Evolution request 0000497: Insert information about theme on about.php
To mention Creative Commons pictures, Free for private use, ...
Totally optional.
Just precise what you want in About field (see any template/yoga/theme/.../themeconf.inc.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/about.php

    r1082 r1779  
    4949    )
    5050  );
    51  
     51if ( isset( $themeconf['About']) and $themeconf['About']!=='' )
     52{
     53  $template->assign_block_vars(
     54  'theme',
     55  array(
     56    'ABOUT' => l10n($themeconf['About']),
     57    )
     58  );
     59}
    5260$template->assign_vars(
    5361  array(
Note: See TracChangeset for help on using the changeset viewer.