slitaz-forge view forum/vanilla/themes/slitaz/about.php @ rev 37

Update laste forum theme
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 19 16:26:12 2011 +0100 (2011-03-19)
parents 2f1ea04fc17b
children
line source
1 <?php if (!defined('APPLICATION')) exit();
2 /*
3 Copyright 2011 SliTaz GNU/Linux.
4 */
6 /**
7 * An associative array of information about this application.
8 */
9 $ThemeInfo['SliTaz'] = array(
10 'Name' => 'SliTaz',
11 'Description' => "SliTaz official theme for Vanilla 2 ",
12 'Version' => '4.0',
13 'Author' => "Christophe Lincoln",
14 'AuthorEmail' => 'pankso@slitaz.org',
15 'AuthorUrl' => 'http://www.slitaz.org/'
16 );