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 
23 /*
24  General settings
25  */
26 $modversion = array();
29 $modversion['version'] = 0.1;
30 $modversion['author'] = 'Mage Gregory,Cointin Maxime';
31 $modversion['nickname'] = 'Mage, Kraven30';
32 $modversion['credits'] = 'The XOOPS Project';
33 $modversion['license'] = 'GNU GPL 2.0';
34 $modversion['license_url'] = 'http://www.gnu.org/licenses/gpl-2.0.html';
35 $modversion['official'] = 1;
36 $modversion['help'] = 'page=help';
37 $modversion['image'] = 'images/logo.png';
38 $modversion['dirname'] = 'maintenance';
39 
40 /*
41  Settings for configs
42 */
43 $modversion['release_date'] = '2012/05/11';
44 $modversion['module_website_url'] = 'http://www.xoops.org/';
45 $modversion['module_website_name'] = 'XOOPS';
46 $modversion['module_status'] = 'ALPHA';
47 $modversion['min_php'] = '5.3.7';
48 $modversion['min_xoops'] = '2.6.0';
49 $modversion['min_db'] = array('mysql' => '5.0.7', 'mysqli' => '5.0.7');
50 
51 // paypal
52 $modversion['paypal'] = array();
53 $modversion['paypal']['business'] = 'xoopsfoundation@gmail.com';
54 $modversion['paypal']['item_name'] = 'Donation : ' . _MI_MAINTENANCE_DESC;
55 $modversion['paypal']['amount'] = 0;
56 $modversion['paypal']['currency_code'] = 'USD';
57 
58 /*
59  Admin menu
60  Set to 1 if you want to display menu generated by system module
61 */
62 $modversion['system_menu'] = 1;
63 
64 /*
65  Manage extension
66  */
67 $modversion['extension'] = 1;
68 $modversion['extension_module'][] = 'system';
69 
70 /*
71  Admin things
72 */
73 $modversion['hasAdmin'] = 1;
74 $modversion['adminindex'] = 'admin/index.php';
75 $modversion['adminmenu'] = 'admin/menu.php';
76 
77 /*
78  JQuery
79  Setting for load jquery library and library
80 */
81 $modversion['jquery'] = 1;
82 
83 /*
84  Admin Templates
85 */
86 $modversion['templates'][] = array('file' => 'maintenance_center.tpl', 'description' => '', 'type' => 'admin');
87 $modversion['templates'][] = array('file' => 'maintenance_dump.tpl', 'description' => '', 'type' => 'admin');
const _MI_MAINTENANCE_NAME
Definition: modinfo.php:24
$modversion
const _MI_MAINTENANCE_DESC
Definition: modinfo.php:25