XOOPS  2.6.0
xoops_version.php
Go to the documentation of this file.
1 <?php
2 /*
3  You may not change or alter any portion of this comment or credits
4  of supporting developers from this source code or any supporting source code
5  which is considered copyrighted (c) material of the original comment or credit authors.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 */
11 
22 // Main
23 $theme_version['name'] = 'Default';
24 $theme_version['description'] = 'Default Xoops template';
25 $theme_version['version'] = 0.1;
26 $theme_version['author'] = 'Andricq Nicolas';
27 $theme_version['nickname'] = 'MusS';
28 $theme_version['credits'] = 'The XOOPS Project';
29 $theme_version['license'] = 'GNU GPL 2.0';
30 $theme_version['license_url'] = 'www.gnu.org/licenses/gpl-2.0.html/';
31 $theme_version['official'] = 1;
32 $theme_version['image'] = 'icons/logo.png';
33 $theme_version['dirname'] = 'default';
34 // About
35 $theme_version['release_date'] = '2012/05/13';
36 $theme_version['theme_website_url'] = 'http://www.xoops.org/';
37 $theme_version['theme_website_name'] = 'XOOPS';
38 $theme_version['theme_status'] = 'ALPHA';
39 
40 
41 
$theme_version['name']