Menu admin links go to install directory
marchanda - July 25, 2008 - 18:17
| Project: | iconify |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Hi there,
Thanks for the great module. I'm a new Drupal user so I hope this isn't an issue with my project, but after I installed Iconify, the links to my menus in Site building/List menus only went to the install directory. Links were fixed after disabling Iconify. I'm using the latest Drupal 6 release.

#1
Same issue here
#2
To fix:
Go to line 86 found and replace $item['link_path'] to $item['href'].
#3
Should probably fix this in the actual module ... its been many months since last release, no? Last year actually! lol
#4
Here is a patch to resolve the issue.
#5
You guys also need to fix line 75 and replace $item['link_path'] to $item['href'].
(The link is wrong when item descriptions are hidden)
#6
This is a critical bug, the module prevents menu administration.