XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
xoops_version.php
1<?php
10
11if (!defined('XOOPS_ROOT_PATH')) {
12 exit();
13}
14
15$mydirpath = basename(__DIR__) ;
16
17// Manifesto
18$modversion['dirname'] = 'profile';
19$modversion['name'] = _MI_PROFILE_LANG_PROFILE;
20$modversion['version'] = '2.50';
21$modversion['detailed_version'] = '2.50.0';
22$modversion['description'] = _MI_PROFILE_DESC_PROFILE;
23$modversion['author'] = 'Kilica Hikawa, Update by Nuno Luciano aka gigamaster, XCL23/PHP7';
24$modversion['credits'] = 'Kilica Hikawa, The XOOPSCube Project';
25$modversion['license'] = 'GPL';
26$modversion['image'] = 'images/module_profile.svg';
27$modversion['icon'] = 'images/module_icon.svg';
28$modversion['help'] = 'help.html';
29$modversion['official'] = 0;
30$modversion['cube_style'] = true;
31
32$modversion['disable_legacy_2nd_installer'] = false;
33
34// SQL
35$modversion['sqlfile']['mysql'] = 'sql/mysql.sql';
36
37$modversion['tables'][0] = '{prefix}_profile_definitions';
38$modversion['tables'][1] = '{prefix}_profile_data';
39
40##[cubson:templates]
41$modversion['templates'][1]['file'] = 'profile_data_edit.html';
42$modversion['templates'][2]['file'] = 'profile_data_delete.html';
43$modversion['templates'][3]['file'] = 'profile_data_view.html';
44$modversion['templates'][4]['file'] = 'profile_data_list.html';
45$modversion['templates'][5]['file'] = 'profile_inc_data_edit.html';
46$modversion['templates'][6]['file'] = 'profile_inc_data_view.html';
47##[/cubson:templates]
48
49// Admin panel setting
50$modversion['hasAdmin'] = 1;
51$modversion['adminindex'] = 'admin/index.php?action=DefinitionsList';
52$modversion['adminmenu'] = 'admin/menu.php';
53
54// Public side control setting
55$modversion['hasMain'] = 0;
56// $modversion['sub'][]['name'] = "";
57// $modversion['sub'][]['url'] = "";