[horde] [Horde Git-4.0] IMP : Links of items in site_menu without effect
Gerard Breiner
gerard.breiner at ias.u-psud.fr
Wed Oct 27 15:17:37 UTC 2010
I want to customize imp menu by adding in imp/config/menu.php the ingo
application afterward I can see the tab "ingo" in the dimp menu but the
link is without effect.
So could you tell me please if my code is correct ?
Thanks in advance for any help.
Gerard Breiner
[CODE]
$site_menu = array(
'ingo' => array(
'action' => 'DimpBase.go("app:ingo", "' .
Horde::url($GLOBALS['registry']->get('webroot', 'ingo') .
'/vacation.php', true) . '")',
'text' => 'Message absence',
'icon' => $GLOBALS['registry']->get('webroot', 'ingo') .
'/themes/graphics/vacation.png'),
)
[/CODE]
More information about the horde
mailing list