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 
24 $modversion['version'] = '1.0';
26 $modversion['author'] = '';
27 $modversion['credits'] = 'The XOOPS Project; Maxime Cointin (AKA Kraven30), Gregory Mage (AKA Mage)';
28 $modversion['help'] = 'page=preferences';
29 $modversion['license'] = "GPL see LICENSE";
30 $modversion['official'] = 1;
31 $modversion['image'] = 'prefs.png';
32 $modversion['hasAdmin'] = 1;
33 $modversion['adminpath'] = 'admin.php?fct=preferences';
35 
36 $modversion['configcat'][SYSTEM_CAT_MAIN] = 'system_main.png';
37 $modversion['configcat'][SYSTEM_CAT_USER] = 'system_user.png';
38 $modversion['configcat'][SYSTEM_CAT_META] = 'system_meta.png';
39 $modversion['configcat'][SYSTEM_CAT_WORD] = 'system_word.png';
40 $modversion['configcat'][SYSTEM_CAT_SEARCH] = 'system_search.png';
41 $modversion['configcat'][SYSTEM_CAT_MAIL] = 'system_mail.png';
42 $modversion['configcat'][SYSTEM_CAT_AUTH] = 'system_auth.png';
const SYSTEM_CAT_AUTH
Definition: constants.php:46
const SYSTEM_CAT_META
Definition: constants.php:42
const PREFERENCES
Definition: en_US.php:909
const SYSTEM_CAT_MAIL
Definition: constants.php:45
const SYSTEM_CAT_WORD
Definition: constants.php:43
$modversion
const SYSTEM_CAT_SEARCH
Definition: constants.php:44
const SYSTEM_CAT_MAIN
Definition: constants.php:40
const SYSTEM_CAT_USER
Definition: constants.php:41
const PREFERENCES_DESC
Definition: en_US.php:363
const XOOPS_SYSTEM_PREF
Definition: constants.php:24