[horde] mimp extended menu
Gerard Breiner
gerard.breiner at ias.u-psud.fr
Fri Oct 17 13:24:06 UTC 2008
Hello,
Does anyone use the mimp's extended menu (menu.php) ?
I'am trying to configure it but unsuccessful.
Here below my file menu.php
[[CODE PHP]
<?php
/**
* $Horde: mimp/config/menu.php.dist,v 1.3.2.1 2007/12/20 12:09:25 jan Exp $
*
* This file lets you extend MIMP's menu with your own items.
*
* To add a new menu item, simply add a new entry to the $_menu array.
* Valid attributes for a new menu item are:
*
* 'url' The URL value for the menu item.
* 'text' The text to accompany the menu item.
*
* Here's an example entry:
*
* $_menu[] = array(
* 'url' => 'http://www.example.com/',
* 'text' => 'Example, Inc.'
* );
*
* You can also add a "separator" (a spacer) between menu items. To add a
* separator, simply add a new string to the $_menu array set to the text
* 'separator'. It should look like this:
*
* $_menu[] = 'separator';
*/
/* Add your custom entries below this line. */
$_menu[] = array(
'url' => 'https://mysite/dimp/',
'text' => 'Courrier nomade'
);
[[/CODE PHP]
Thanks in advance
Gerard
--
Université Paris-Sud 11
Institut D'Astrophysique Spatiale
Gérard Breiner
Rue Georges Clémenceau
fr-91405 Orsay-ville
More information about the horde
mailing list