Revision 954
Added by Matthias over 16 years ago
| info.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 | 2 |
/** |
| 3 | 3 |
* $Id$ |
| 4 |
* Website Baker theme: wb_theme
|
|
| 4 |
* Website Baker theme: classic
|
|
| 5 | 5 |
* This theme is the default WB backend Theme |
| 6 | 6 |
* Feel free to modify or build up on this template. |
| 7 | 7 |
* |
| ... | ... | |
| 35 | 35 |
$template_author = 'Matthias Gallas'; |
| 36 | 36 |
$template_license = '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>'; |
| 37 | 37 |
$template_license_terms = '-'; |
| 38 |
$template_description = 'Default backend theme for Website Baker 2.8.';
|
|
| 38 |
$template_description = 'Backend theme for Website Baker 2.7.';
|
|
| 39 | 39 |
|
| 40 | 40 |
?> |
Also available in: Unified diff
Added language support for template_description (affects templates and themes)