Revision 954
Added by Matthias over 15 years ago
info.php | ||
---|---|---|
9 | 9 |
* |
10 | 10 |
* LICENSE: GNU General Public License |
11 | 11 |
* |
12 |
* @author Matthias Gallas
|
|
12 |
* @author Johannes Tassilo Gruber
|
|
13 | 13 |
* @copyright GNU General Public License |
14 | 14 |
* @license http://www.gnu.org/licenses/gpl.html |
15 | 15 |
* @version 2.80 |
... | ... | |
32 | 32 |
$template_function = 'theme'; |
33 | 33 |
$template_version = '2.80'; |
34 | 34 |
$template_platform = '2.8'; |
35 |
$template_author = 'Matthias Gallas';
|
|
35 |
$template_author = 'Johannes Tassilo Gruber';
|
|
36 | 36 |
$template_license = '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>'; |
37 | 37 |
$template_license_terms = '-'; |
38 | 38 |
$template_description = 'Default backend theme for Website Baker 2.8.'; |
Also available in: Unified diff
Added language support for template_description (affects templates and themes)