slitaz-forge annotate 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
rev   line source
erjo@1 1 <?php if (!defined('APPLICATION')) exit();
erjo@1 2 /*
erjo@1 3 Copyright 2008, 2009 Vanilla Forums Inc.
erjo@1 4 This file is part of Garden.
erjo@1 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.
erjo@1 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.
erjo@1 7 You should have received a copy of the GNU General Public License along with Garden. If not, see <http://www.gnu.org/licenses/>.
erjo@1 8 Contact Vanilla Forums Inc. at support [at] vanillaforums [dot] com
erjo@1 9 */
erjo@1 10
erjo@1 11 /**
erjo@1 12 * An associative array of information about this application.
erjo@1 13 */
erjo@1 14 $ThemeInfo['SliTaz'] = array(
erjo@1 15 'Name' => 'SliTaz',
erjo@1 16 'Description' => "SliTaz Vanilla 2 official theme",
erjo@1 17 'Version' => '1.0',
erjo@1 18 'Author' => "Christophe Lincoln",
erjo@1 19 'AuthorEmail' => 'pankso@slitaz.org',
erjo@1 20 'AuthorUrl' => 'http://www.slitaz.org'
erjo@1 21 );