<?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>Implementation of Extended  menu doesn&#039;t work </title> 
  <pubDate>Fri, 10 Apr 2026 01:27:07 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7630</link> 
  <atom:link rel="self" type="application/rss+xml" title="Implementation of Extended  menu doesn&#039;t work " href="https://bugs.horde.org/ticket/7630/rss" /> 
  <description>Implementation of Extended  menu doesn&#039;t work </description> 
 
   
   
  <item> 
   <title>Hello,



I wanted to add a link &quot;Accueil&quot; to the menu of Mi</title> 
   <description>Hello,



I wanted to add a link &quot;Accueil&quot; to the menu of Mimp by using  config/menu.php  but unsuccessfull.

So, here is what I modified so that it could works.



mimp/config/menu.php



This  pattern is not correct $_menu[] = array( &#039;url&#039; =&gt;        &#039;http://www.example.com/&#039;,  &#039;text&#039; =&gt;       &#039;Example, Inc.&#039;);

The good pattern is :

$_menu = array( &#039;your url&#039; =&gt;        &#039;your text&#039;);



for example in my case  :  $_menu = array( &#039;/dimp&#039; =&gt;        &#039;Accueil&#039;);



mimp/index.php



I added :

if (is_readable(MIMP_BASE . &#039;/config/menu.php&#039;)) {

   require MIMP_BASE . &#039;/config/menu.php&#039;;

}



mimp/mailbox.php



Before the &quot;foreach of $items&quot; I added :



foreach ($_menu as $link =&gt; $label) {

   $mset-&gt;add(new Horde_Mobile_link($label, $link));

}



After having these modifications my link &quot;Accueil&quot; is added at the top of the menu. I hope my humble contribution will be usefull.



Best regards



Gerard </description> 
   <pubDate>Mon, 03 Nov 2008 16:32:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7630#t50264</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/mimp/docs/CHANGES?r1=1.79&amp;r2=1.80&amp;ty=u
http://cvs.horde.org/diff.php/mimp/lib/MIMP.php?r1=1.84&amp;r2=1.85&amp;ty=u</description> 
   <pubDate>Fri, 07 Nov 2008 04:08:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7630#t50428</link> 
  </item> 
   
  <item> 
   <title>I&#039;ve implemented this, for 1.1.2, by reading the file in the</title> 
   <description>I&#039;ve implemented this, for 1.1.2, by reading the file in the MIMP::addMIMPMenu() function, where it will be done correctly for all views, not just the mailbox.</description> 
   <pubDate>Fri, 07 Nov 2008 04:09:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7630#t50431</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
