6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/22/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7200] tab links doesn't work
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. .. . __..__. |\/|\ /| |(__ | | | | \/ |__|.__)|__\
Comment
> When I add additional menus in config/menu.php, for use with DIMP > tabs, the links of this > > menu items are not generated correctly and doesn't work. > > > > I think I found the bug. The file involved is: > > dimp-h3-1.0/templates/index/index.inc > > > > The problem is the variable $key, that appears in line 143 but is not > included in the foreach > > interation in line 141 (as it should be, like in line 100). So $key > always assumes the last > > value, and this is not correct. > > > > Line 141 should be: > > <?php foreach ($site_menu as $key => $menu_item): if ($menu_item == > 'separator') continue; ?> > > > > and not > > <?php foreach ($site_menu as $menu_item): if ($menu_item == > 'separator') continue; ?> > > > > RC1 also has the same problem. > > > > Andre Gerhard > > Universidade de Sao Paulo
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers