Last change
on this file since 1780 was
1779,
checked in by vdigital, 18 years ago
|
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 size:
437 bytes
|
Line | |
---|
1 | <?php |
---|
2 | global $themeconf; /* Share $themeconf if About is used */ |
---|
3 | $themeconf = array( |
---|
4 | 'template' => 'yoga', |
---|
5 | 'theme' => 'p0w0', |
---|
6 | 'template_dir' => 'template/yoga', |
---|
7 | 'icon_dir' => 'template/yoga/icon', |
---|
8 | 'admin_icon_dir' => 'template/yoga/icon/admin', |
---|
9 | 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', |
---|
10 | 'local_head' => '<!-- no theme specific head content -->', |
---|
11 | 'About' => '', /* About text to display on About screen */ |
---|
12 | ); |
---|
13 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.