OSDN Git Service

#16736 - Remove notification files.
[mulab/XCLite.git] / public_html / modules / legacy / xoops_version.php
1 <?php
2 /**
3  *
4  * @package Legacy
5  * @version $Id: xoops_version.php,v 1.13 2008/09/25 14:31:43 kilica Exp $
6  * @copyright Copyright 2005-2007 XOOPS Cube Project  <http://xoopscube.sourceforge.net/> 
7  * @license http://xoopscube.sourceforge.net/license/GPL_V2.txt GNU GENERAL PUBLIC LICENSE Version 2
8  *
9  */
10
11 $modversion['name'] = _MI_LEGACY_NAME;
12 $modversion['version'] = 1.06;  // 2.1.6 RC
13 $modversion['description'] = _MI_LEGACY_NAME_DESC;
14 $modversion['author'] = "";
15 $modversion['credits'] = "XOOPS Cube Project";
16 $modversion['help'] = "help.html";
17 $modversion['license'] = "GPL see LICENSE";
18 $modversion['image'] = "images/legacy.png";
19 $modversion['dirname'] = "legacy";
20
21 $modversion['cube_style'] = true;
22
23 // Custom installer
24 $modversion['legacy_installer']['updater']['class'] = 'ModuleUpdater';
25 $modversion['legacy_installer']['updater']['filepath'] = XOOPS_LEGACY_PATH . '/admin/class/Legacy_Updater.class.php';
26
27 //
28 // Database Setting
29 //
30
31 // Admin things
32 $modversion['hasAdmin'] = 1;
33 $modversion['adminindex'] = "admin/index.php";
34 $modversion['adminmenu'] = "admin/menu.php";
35
36 // Templates
37 $modversion['templates'][1]['file'] = 'legacy_misc_ssllogin.html';
38 $modversion['templates'][1]['description'] = '';
39 $modversion['templates'][2]['file'] = 'legacy_misc_smilies.html';
40 $modversion['templates'][2]['description'] = '';
41 $modversion['templates'][3]['file'] = 'legacy_search_form.html';
42 $modversion['templates'][3]['description'] = '';
43 $modversion['templates'][4]['file'] = 'legacy_comment_edit.html';
44 $modversion['templates'][4]['description'] = '';
45 $modversion['templates'][5]['file'] = 'legacy_xoops_result.html';
46 $modversion['templates'][5]['description'] = '';
47 $modversion['templates'][6]['file'] = 'legacy_xoops_error.html';
48 $modversion['templates'][6]['description'] = '';
49 $modversion['templates'][7]['file'] = 'legacy_xoops_confirm.html';
50 $modversion['templates'][7]['description'] = '';
51 $modversion['templates'][8]['file'] = 'legacy_comment_navi.html';
52 $modversion['templates'][8]['description'] = '';
53 $modversion['templates'][9]['file'] = 'legacy_comment.html';
54 $modversion['templates'][9]['description'] = '';
55 $modversion['templates'][10]['file'] = 'legacy_comments_flat.html';
56 $modversion['templates'][10]['description'] = '';
57 $modversion['templates'][11]['file'] = 'legacy_comments_nest.html';
58 $modversion['templates'][11]['description'] = '';
59 $modversion['templates'][12]['file'] = 'legacy_comments_thread.html';
60 $modversion['templates'][12]['description'] = '';
61 $modversion['templates'][14]['file'] = 'legacy_dummy.html';
62 $modversion['templates'][14]['description'] = '';
63 $modversion['templates'][15]['file'] = 'legacy_redirect.html';
64 $modversion['templates'][15]['description'] = '';
65 $modversion['templates'][16]['file'] = 'legacy_image_list.html';
66 $modversion['templates'][16]['description'] = '';
67 $modversion['templates'][17]['file'] = 'legacy_image_upload.html';
68 $modversion['templates'][17]['description'] = '';
69 $modversion['templates'][18]['file'] = 'legacy_rss.html';
70 $modversion['templates'][18]['description'] = '';
71 $modversion['templates'][19]['file'] = 'legacy_search_results.html';
72 $modversion['templates'][19]['description'] = '';
73 $modversion['templates'][20]['file'] = 'legacy_search_showall.html';
74 $modversion['templates'][20]['description'] = '';
75 $modversion['templates'][21]['file'] = 'legacy_search_showallbyuser.html';
76 $modversion['templates'][21]['description'] = '';
77 $modversion['templates'][25]['file'] = 'legacy_misc_friend.html';
78 $modversion['templates'][25]['description'] = '';
79 $modversion['templates'][26]['file'] = 'legacy_misc_friend_success.html';
80 $modversion['templates'][26]['description'] = '';
81 $modversion['templates'][27]['file'] = 'legacy_misc_friend_error.html';
82 $modversion['templates'][27]['description'] = '';
83 $modversion['templates'][28]['file'] = 'legacy_xoopsform_checkbox.html';
84 $modversion['templates'][28]['description'] = 'The embedded template for the checkbox of the xoopsform.';
85 $modversion['templates'][29]['file'] = 'legacy_xoopsform_button.html';
86 $modversion['templates'][29]['description'] = 'The embedded template for the button of the xoopsform.';
87 $modversion['templates'][30]['file'] = 'legacy_xoopsform_text.html';
88 $modversion['templates'][30]['description'] = 'The embedded template for the text of the xoopsform.';
89 $modversion['templates'][31]['file'] = 'legacy_xoopsform_select.html';
90 $modversion['templates'][31]['description'] = 'The embedded template for the select of the xoopsform.';
91 $modversion['templates'][32]['file'] = 'legacy_xoopsform_file.html';
92 $modversion['templates'][32]['description'] = 'The embedded template for the file of the xoopsform.';
93 $modversion['templates'][33]['file'] = 'legacy_xoopsform_hidden.html';
94 $modversion['templates'][33]['description'] = 'The embedded template for the hidden of the xoopsform.';
95 $modversion['templates'][34]['file'] = 'legacy_xoopsform_radio.html';
96 $modversion['templates'][34]['description'] = 'The embedded template for the hidden of the xoopsform.';
97 $modversion['templates'][35]['file'] = 'legacy_xoopsform_label.html';
98 $modversion['templates'][35]['description'] = 'The embedded template for the label of the xoopsform.';
99 $modversion['templates'][36]['file'] = 'legacy_xoopsform_password.html';
100 $modversion['templates'][36]['description'] = 'The embedded template for the password of the xoopsform.';
101 $modversion['templates'][37]['file'] = 'legacy_xoopsform_textarea.html';
102 $modversion['templates'][37]['description'] = 'The embedded template for the textarea of the xoopsform.';
103 $modversion['templates'][38]['file'] = 'legacy_xoopsform_simpleform.html';
104 $modversion['templates'][38]['description'] = 'The embedded template for the simple form of the xoopsform.';
105 $modversion['templates'][39]['file'] = 'legacy_xoopsform_tableform.html';
106 $modversion['templates'][39]['description'] = 'The embedded template for the table form of the xoopsform.';
107 $modversion['templates'][40]['file'] = 'legacy_xoopsform_themeform.html';
108 $modversion['templates'][40]['description'] = 'The embedded template for the theme form of the xoopsform.';
109 $modversion['templates'][41]['file'] = 'legacy_xoopsform_elementtray.html';
110 $modversion['templates'][41]['description'] = 'The embedded template for the element tray of the xoopsform.';
111 $modversion['templates'][42]['file'] = 'legacy_xoopsform_textdateselect.html';
112 $modversion['templates'][42]['description'] = 'The embedded template for the text date select of the xoopsform.';
113 $modversion['templates'][43]['file'] = 'legacy_xoopsform_dhtmltextarea.html';
114 $modversion['templates'][43]['description'] = 'The embedded template for the dhtml text area of the xoopsform.';
115 $modversion['templates'][44]['file'] = 'legacy_xoopsform_opt_smileys.html';
116 $modversion['templates'][44]['description'] = 'The embedded template for the smiles list of the dhtml text area of the xoopsform.';
117 $modversion['templates'][45]['file'] = 'legacy_xoopsform_opt_validationjs.html';
118 $modversion['templates'][45]['description'] = 'The embedded template for the javascriot of the the xoopsform to validation the input value.';
119 $modversion['templates'][46]['file'] = 'legacy_xoopsform_grouppermform.html';
120 $modversion['templates'][46]['description'] = 'The embedded template for the groupperm form of the the xoopsform.';
121
122 // Menu
123 $modversion['hasMain'] = 0;
124
125 // Blocks
126 $modversion['blocks'][1]['func_num'] = 1;
127 $modversion['blocks'][1]['file'] = "legacy_usermenu.php";
128 $modversion['blocks'][1]['name'] = _MI_LEGACY_BLOCK_USERMENU_NAME;
129 $modversion['blocks'][1]['description'] = _MI_LEGACY_BLOCK_USERMENU_DESC;
130 $modversion['blocks'][1]['show_func'] = "b_legacy_usermenu_show";
131 $modversion['blocks'][1]['template'] = 'legacy_block_usermenu.html';
132 $modversion['blocks'][1]['visible_any'] = true;
133 $modversion['blocks'][1]['show_all_module'] = true;
134
135 $modversion['blocks'][2]['func_num'] = 2;
136 $modversion['blocks'][2]['file'] = "legacy_mainmenu.php";
137 $modversion['blocks'][2]['name'] = _MI_LEGACY_BLOCK_MAINMENU_NAME;
138 $modversion['blocks'][2]['description'] = _MI_LEGACY_BLOCK_MAINMENU_DESC;
139 $modversion['blocks'][2]['show_func'] = "b_legacy_mainmenu_show";
140 $modversion['blocks'][2]['template'] = 'legacy_block_mainmenu.html';
141 $modversion['blocks'][2]['visible_any'] = true;
142 $modversion['blocks'][2]['show_all_module'] = true;
143
144 $modversion['blocks'][3]['func_num'] = 3;
145 $modversion['blocks'][3]['file'] = "legacy_search.php";
146 $modversion['blocks'][3]['name'] = _MI_LEGACY_BLOCK_SEARCH_NAME;
147 $modversion['blocks'][3]['description'] = _MI_LEGACY_BLOCK_SEARCH_DESC;
148 $modversion['blocks'][3]['show_func'] = "b_legacy_search_show";
149 $modversion['blocks'][3]['template'] = 'legacy_block_search.html';
150 $modversion['blocks'][3]['show_all_module'] = true;
151
152 $modversion['blocks'][6]['func_num'] = 6;
153 $modversion['blocks'][6]['file'] = "legacy_comments.php";
154 $modversion['blocks'][6]['name'] = _MI_LEGACY_BLOCK_COMMENTS_NAME;
155 $modversion['blocks'][6]['description'] = _MI_LEGACY_BLOCK_COMMENTS_DESC;
156 $modversion['blocks'][6]['show_func'] = "b_legacy_comments_show";
157 $modversion['blocks'][6]['options'] = "10";
158 $modversion['blocks'][6]['edit_func'] = "b_legacy_comments_edit";
159 $modversion['blocks'][6]['template'] = 'legacy_block_comments.html';
160 $modversion['blocks'][6]['show_all_module'] = true;
161
162 $modversion['blocks'][8]['func_num'] = 8;
163 $modversion['blocks'][8]['file'] = "legacy_themes.php";
164 $modversion['blocks'][8]['name'] = _MI_LEGACY_BLOCK_THEMES_NAME;
165 $modversion['blocks'][8]['description'] = _MI_LEGACY_BLOCK_THEMES_DESC;
166 $modversion['blocks'][8]['show_func'] = "b_legacy_themes_show";
167 $modversion['blocks'][8]['options'] = "0|80";
168 $modversion['blocks'][8]['edit_func'] = "b_legacy_themes_edit";
169 $modversion['blocks'][8]['template'] = 'legacy_block_themes.html';
170
171 ?>