[imp] IMP Menu bar icons acting weird

Ed Welsh ewelsh@uscentral.org
Wed, 28 Aug 2002 14:08:36 -0500


That did it thanks.  It also makes more sense.

Now I really feel like a stupid user, but for someone uninitiated to
programming and with a windows gui handicap this stuff is not that obvious.

EW

:-----Original Message-----
:From: Tim Gorter [mailto:email@teletechnics.com] 
:Sent: Wednesday, August 28, 2002 1:59 PM
:To: imp@lists.horde.org
:Subject: Re: [imp] IMP Menu bar icons acting weird
:
:
: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 
:EW> need a hand.
:
:EW> I am using the section in /horde/imp/config/conf.php to add menu 
:EW> items to 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'); 
://$conf['menu']['apps'] 
:EW> = array(); $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');
:
:
:-- 
:IMP mailing list
:Frequently Asked Questions: http://horde.org/faq/
:To unsubscribe, mail: imp-unsubscribe@lists.horde.org
: