11if (!defined(
'XOOPS_ROOT_PATH')) {
15$mydirpath = basename(__DIR__) ;
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;
32$modversion[
'disable_legacy_2nd_installer'] =
false;
35$modversion[
'sqlfile'][
'mysql'] =
'sql/mysql.sql';
37$modversion[
'tables'][0] =
'{prefix}_profile_definitions';
38$modversion[
'tables'][1] =
'{prefix}_profile_data';
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';
50$modversion[
'hasAdmin'] = 1;
51$modversion[
'adminindex'] =
'admin/index.php?action=DefinitionsList';
52$modversion[
'adminmenu'] =
'admin/menu.php';
55$modversion[
'hasMain'] = 0;