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 $modversion['name'] = 'XMF';
24 $modversion['version'] = 1.0;
25 $modversion['description'] = 'XOOPS Module Framework';
26 $modversion['author'] = "XMF";
27 $modversion['credits'] = "trabis";
28 $modversion['help'] = "";
29 $modversion['license'] = "GNU General Public License (GPL)";
30 $modversion['official'] = 0;
31 $modversion['dirname'] = "xmf";
32 
33 $modversion['image'] = "icons/logo.png";
34 
35 // Admin things
36 $modversion['hasAdmin'] = 0;
37 
38 // Search
39 $modversion['hasSearch'] = 0;
40 // Menu
41 $modversion['hasMain'] = 0;
42 
43 // extension
44 $modversion['extension'] = 1;
45 $modversion['extension_module'][] = 'system';
$modversion