[horde] Can't find a left menu option
falz
me at falz.net
Wed Dec 6 11:41:04 PST 2006
On 12/6/06, Jacques Beaudoin <jacques-beaudoin at cspi.qc.ca> wrote:
>
> Hi,
>
> My users don't always get the left horde menu when they login.
>
> I know there is a parameter to make shure all my users login
> login to it... but where is it.
in horde/config/prefs.php
// don't display the side bar and lock/force this setting
$_prefs['show_sidebar'] = array(
'value' => false, //default=true
'locked' => true, //default=false
'shared' => true,
'type' => 'checkbox',
'desc' => sprintf(_("Show the %s Menu on the left?"),
$GLOBALS['registry']->get('name', 'horde'))
);
--falz
More information about the horde
mailing list