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 
21 $modversion = array();
24 $modversion['version'] = 1.42;
25 $modversion['author'] = 'Trabis';
26 $modversion['nickname'] = 'trabis';
27 $modversion['credits'] = 'The XOOPS Project';
28 $modversion['license'] = 'GNU GPL 2.0';
29 $modversion['license_url'] = 'http://www.gnu.org/licenses/gpl-2.0.html';
30 $modversion['official'] = 1;
31 $modversion['help'] = 'page=help';
32 $modversion['image'] = 'images/logo.png';
33 $modversion['dirname'] = 'userconfigs';
34 
35 //about
36 $modversion['release_date'] = '2013/01/01';
37 $modversion['module_website_url'] = 'http://www.xoops.org/';
38 $modversion['module_website_name'] = 'XOOPS';
39 $modversion['module_status'] = 'ALPHA 1';
40 $modversion['min_php'] = '5.3.7';
41 $modversion['min_xoops'] = '2.6.0';
42 
43 // paypal
44 $modversion['paypal'] = array(
45  'business' => 'xoopsfoundation@gmail.com',
46  'item_name' => 'Donation : ' . _MI_USERCONFIGS_NAME,
47  'amount' => 0,
48  'currency_code' => 'USD',
49 );
50 
51 // Admin things
52 $modversion['hasAdmin'] = 1;
53 $modversion['system_menu'] = 1;
54 $modversion['adminindex'] = "admin/index.php";
55 $modversion['adminmenu'] = "admin/menu.php";
56 
57 // Manage extension
58 //$modversion['extension'] = 1;
59 //$modversion['extension_module'][] = 'system';
60 
61 // Menu
62 $modversion['hasMain'] = 1;
63 
64 // Sql
65 $modversion['schema'] = 'sql/schema.yml';
66 $modversion['sqlfile']['mysql'] = 'sql/mysql.sql';
67 
68 $modversion['tables'] = array(
69  'userconfigs_item',
70  'userconfigs_option',
71 );
const _MI_USERCONFIGS_NAME
Definition: modinfo.php:7
const _MI_USERCONFIGS_DSC
Definition: modinfo.php:8
$modversion