XOOPS
2.6.0
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
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
18
$modversion
[
'dirname'
] = basename(__DIR__);
19
$modversion
[
'name'
] =
_MI_SCHEMATOOL_NAME
;
20
$modversion
[
'version'
] =
'1.0'
;
21
$modversion
[
'description'
] =
_MI_SCHEMATOOL_DESC
;
22
$modversion
[
'author'
] =
'geekwright'
;
23
$modversion
[
'credits'
] =
''
;
24
$modversion
[
'help'
] =
'page=help'
;
25
$modversion
[
'license'
] =
"GNU GPL 2 or later"
;
26
$modversion
[
'license_url'
] =
'http://www.gnu.org/licenses/gpl-2.0.html'
;
27
$modversion
[
'official'
] = 0;
28
$modversion
[
'image'
] =
'icons/logo.png'
;
29
30
// About stuff
31
$modversion
[
'module_status'
] =
'Alpha'
;
32
$modversion
[
'status'
] =
'Alpha'
;
33
$modversion
[
'release_date'
] =
'2013/10/05'
;
34
35
$modversion
[
'developer_lead'
] =
'geekwright'
;
36
$modversion
[
'developer_website_url'
] =
'http://xoops.org'
;
37
$modversion
[
'developer_website_name'
] =
'Xoops'
;
38
$modversion
[
'developer_email'
] =
'richard@geekwright.com'
;
39
40
$modversion
[
'people'
][
'developers'
][] =
'Richard Griffith'
;
41
42
$modversion
[
'min_xoops'
] =
'2.6.0'
;
43
$modversion
[
'min_php'
] =
'5.3.7'
;
44
45
// Menu
46
$modversion
[
'hasMain'
] = 0;
47
48
// Extension
49
$modversion
[
'extension'
] = 1;
50
$modversion
[
'extension_module'
][] =
'system'
;
51
52
// Admin things
53
$modversion
[
'hasAdmin'
] = 1;
54
$modversion
[
'system_menu'
] = 1;
55
$modversion
[
'adminindex'
] =
'admin/index.php'
;
56
$modversion
[
'adminmenu'
] =
'admin/menu.php'
;
57
58
// paypal
59
$modversion
[
'paypal'
] = array(
60
'business'
=>
'xoopsfoundation@gmail.com'
,
61
'item_name'
=>
'Donation : '
.
_MI_SCHEMATOOL_DESC
,
62
'amount'
=> 0,
63
'currency_code'
=>
'USD'
,
64
);
65
66
67
/*
68
// Preferences
69
$modversion['config'][] = array(
70
'name' => 'banners_myip',
71
'title' => '_MI_BANNERS_PREFERENCE_MYIP',
72
'description' => '_MI_BANNERS_PREFERENCE_MYIPDSC',
73
'formtype' => 'textbox',
74
'valuetype' => 'text',
75
'default' => '127.0.0.1',
76
);
77
*/
_MI_SCHEMATOOL_NAME
const _MI_SCHEMATOOL_NAME
Definition:
modinfo.php:2
$modversion
$modversion
Definition:
xoops_version.php:22
_MI_SCHEMATOOL_DESC
const _MI_SCHEMATOOL_DESC
Definition:
modinfo.php:3
usr64
htdocs
modules
schematool
xoops_version.php
Generated on Fri May 22 2015 03:07:01 for XOOPS by
1.8.9.1