[imp] IMP Menu bar icons acting weird

Tim Gorter email@teletechnics.com
Wed, 28 Aug 2002 20:58:52 +0200


Wednesday, August 28, 2002, 8:46:19 PM, you (imp-bounces) wrote:

EW> After checking all the usual places, I couldn't figure this out and need a
EW> hand.

EW> I am using the section in /horde/imp/config/conf.php to add menu items to
EW> the menu bar.  Mine looks just like the text below:

EW> /**
EW>  ** Menu settings
EW>  **/

EW> // This is an array of applications (using the names defined in
EW> // horde/config/registry.php) to include links to in the menubar. An
EW> // example providing a link to Turba (an addressbook program) would
EW> // be: $conf['menu']['apps'] = array('turba');
EW> //$conf['menu']['apps'] = array();
EW> $conf['menu']['apps'] = array('mnemo');

EW> $conf['menu']['apps'] = array('nag');

EW> $conf['menu']['apps'] = array('kronolith');

EW> $conf['menu']['apps'] = array('turba');

try
$conf['menu']['apps'] = array('mnemo','nag','kronolith','turba');