[horde] minor problem on imp menu
Eric Rostetter
eric.rostetter@physics.utexas.edu
Thu Oct 31 22:56:07 2002
Quoting jason lee <jasonlee@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!