slitaz-forge annotate forum/vanilla/themes/slitaz/about.php @ rev 2

move vanilla-config & themes in vanilla directory
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 10:41:18 2010 +0100 (2010-12-22)
parents
children 53acdb49f525
rev   line source
erjo@2 1 <?php if (!defined('APPLICATION')) exit();
erjo@2 2 /*
erjo@2 3 Copyright 2008, 2009 Vanilla Forums Inc.
erjo@2 4 This file is part of Garden.
erjo@2 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@2 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@2 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@2 8 Contact Vanilla Forums Inc. at support [at] vanillaforums [dot] com
erjo@2 9 */
erjo@2 10
erjo@2 11 /**
erjo@2 12 * An associative array of information about this application.
erjo@2 13 */
erjo@2 14 $ThemeInfo['SliTaz'] = array(
erjo@2 15 'Name' => 'SliTaz',
erjo@2 16 'Description' => "SliTaz Vanilla 2 official theme",
erjo@2 17 'Version' => '1.0',
erjo@2 18 'Author' => "Christophe Lincoln",
erjo@2 19 'AuthorEmail' => 'pankso@slitaz.org',
erjo@2 20 'AuthorUrl' => 'http://www.slitaz.org'
erjo@2 21 );