<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>tab links doesn&#039;t work</title> 
  <pubDate>Fri, 10 Apr 2026 14:48:33 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7200</link> 
  <atom:link rel="self" type="application/rss+xml" title="tab links doesn&#039;t work" href="https://bugs.horde.org/ticket/7200/rss" /> 
  <description>tab links doesn&#039;t work</description> 
 
   
   
  <item> 
   <title>When I add additional menus in config/menu.php, for use with</title> 
   <description>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&#039;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:

 &lt;?php foreach ($site_menu as $key =&gt; $menu_item): if ($menu_item == &#039;separator&#039;) continue; ?&gt;



and not

 &lt;?php foreach ($site_menu as $menu_item): if ($menu_item == &#039;separator&#039;) continue; ?&gt;



RC1 also has the same problem.



Andre Gerhard

Universidade de Sao Paulo</description> 
   <pubDate>Wed, 13 Aug 2008 21:04:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7200#t48178</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/dimp/templates/index/index.inc?r1=1.216&amp;r2=1.217&amp;ty=u</description> 
   <pubDate>Thu, 14 Aug 2008 00:47:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7200#t48188</link> 
  </item> 
   
  <item> 
   <title>Fixed, thanks!</title> 
   <description>Fixed, thanks!</description> 
   <pubDate>Thu, 14 Aug 2008 00:47:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7200#t48189</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
