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

Location:
trunk/template/yoga/theme
Files:
4 edited

Legend:

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

    r1657 r1779  
    11<?php
     2global $themeconf; /* Share $themeconf if About is used */
    23$themeconf = array(
    34  'template' => 'yoga',
     
    78  'admin_icon_dir' => 'template/yoga/icon/admin',
    89  'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
    9   'local_head' => '<!-- no theme specific head content -->'
     10  'local_head' => '<!-- no theme specific head content -->',
     11  'About' => '', /* About text to display on About screen */
    1012);
    1113?>
  • trunk/template/yoga/theme/dark/themeconf.inc.php

    r1657 r1779  
    11<?php
     2global $themeconf; /* Share $themeconf if About is used */
    23$themeconf = array(
    34  'template' => 'yoga',
     
    78  'admin_icon_dir' => 'template/yoga/icon/admin',
    89  'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
    9   'local_head' => '<!-- no theme specific head content -->'
     10  'local_head' => '<!-- no theme specific head content -->',
     11  'About' => '', /* About text to display on About screen */
    1012);
    1113?>
  • trunk/template/yoga/theme/p0w0/themeconf.inc.php

    r1778 r1779  
    11<?php
     2global $themeconf; /* Share $themeconf if About is used */
    23$themeconf = array(
    34  'template' => 'yoga',
     
    78  'admin_icon_dir' => 'template/yoga/icon/admin',
    89  'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
    9   'local_head' => '<!-- no theme specific head content -->'
     10  'local_head' => '<!-- no theme specific head content -->',
     11  'About' => '', /* About text to display on About screen */
    1012);
    1113?>
  • trunk/template/yoga/theme/wipi/themeconf.inc.php

    r1683 r1779  
    11<?php
     2global $themeconf; /* Share $themeconf if About is used */
    23$themeconf = array(
    34  'template' => 'yoga',
     
    78  'admin_icon_dir' => 'template/yoga/icon/admin',
    89  'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
    9   'local_head' => '<!-- no theme specific head content -->'
     10  'local_head' => '<!-- no theme specific head content -->',
     11  'About' => '', /* About text to display on About screen */
    1012);
    1113?>
Note: See TracChangeset for help on using the changeset viewer.