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

Add slitaz themes for vanilla
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 10:36:12 2010 +0100 (2010-12-22)
parents
children
line source
1 <?php if (!defined('APPLICATION')) exit();
2 /*
3 Copyright 2008, 2009 Vanilla Forums Inc.
4 This file is part of Garden.
5 Garden is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
6 Garden is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
7 You should have received a copy of the GNU General Public License along with Garden. If not, see <http://www.gnu.org/licenses/>.
8 Contact Vanilla Forums Inc. at support [at] vanillaforums [dot] com
9 */
11 /**
12 * An associative array of information about this application.
13 */
14 $ThemeInfo['SliTaz'] = array(
15 'Name' => 'SliTaz',
16 'Description' => "SliTaz Vanilla 2 official theme",
17 'Version' => '1.0',
18 'Author' => "Christophe Lincoln",
19 'AuthorEmail' => 'pankso@slitaz.org',
20 'AuthorUrl' => 'http://www.slitaz.org'
21 );