[horde] minor problem on imp menu

Eric Rostetter eric.rostetter at physics.utexas.edu
Thu Oct 31 14:56:07 PST 2002


Quoting jason lee <jasonlee at heavenbridge.com>:

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

They all go in one array, with quotes.  Use:

$conf['menu']['apps'] = array( 'turba', 'chora', 'mnemo', 'kronolith' );
 
> Best regards.

-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the horde mailing list