slitaz-forge diff forum/themes/slitaz-2/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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/forum/themes/slitaz-2/about.php	Wed Dec 22 10:36:12 2010 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<?php if (!defined('APPLICATION')) exit();
     1.5 +/*
     1.6 +Copyright 2008, 2009 Vanilla Forums Inc.
     1.7 +This file is part of Garden.
     1.8 +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.
     1.9 +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.
    1.10 +You should have received a copy of the GNU General Public License along with Garden.  If not, see <http://www.gnu.org/licenses/>.
    1.11 +Contact Vanilla Forums Inc. at support [at] vanillaforums [dot] com
    1.12 +*/
    1.13 +
    1.14 +/**
    1.15 + * An associative array of information about this application.
    1.16 + */
    1.17 +$ThemeInfo['SliTaz-2'] = array(
    1.18 +   'Name' => 'SliTaz-2',
    1.19 +   'Description' => "SliTaz Vanilla 2 official theme",
    1.20 +   'Version' => '2.0',
    1.21 +   'Author' => "Christophe Lincoln",
    1.22 +   'AuthorEmail' => 'pankso@slitaz.org',
    1.23 +   'AuthorUrl' => 'http://www.slitaz.org'
    1.24 +);