Revision 543
Added by thorn almost 17 years ago
info.php | ||
---|---|---|
23 | 23 |
|
24 | 24 |
*/ |
25 | 25 |
|
26 |
/* History: |
|
27 |
|
|
28 |
2.6.1.0 - 16. Jan. 2008 - thorn |
|
29 |
- added table mod_menu_link |
|
30 |
- added install.php, delete.php, add.php |
|
31 |
- changed wb/index.php: redirect if page is menu_link |
|
32 |
- removed special-handling of menu_link in: admin/pages/settings2.php |
|
33 |
|
|
34 |
*/ |
|
35 |
|
|
26 | 36 |
$module_directory = 'menu_link'; |
27 | 37 |
$module_name = 'Menu Link'; |
28 | 38 |
$module_function = 'page'; |
29 |
$module_version = '2.6'; |
|
39 |
$module_version = '2.6.1.0';
|
|
30 | 40 |
$module_platform = '2.6.x'; |
31 |
$module_author = 'Ryan Djurovich'; |
|
41 |
$module_author = 'Ryan Djurovich, thorn';
|
|
32 | 42 |
$module_license = 'GNU General Public License'; |
33 | 43 |
$module_description = 'This module allows you to insert a link into the menu.'; |
34 | 44 |
|
35 |
?> |
|
45 |
?> |
Also available in: Unified diff
module menu_link: fixed page-deleteing-bug and some odd behavior, added table mod_menu_link