[horde] setting Mozilla theme as default
bo at tilda.com.au
bo at tilda.com.au
Tue Sep 9 23:52:17 PDT 2003
the code you put in your prefs.php is from an old horde version. for
a recent CVS version the themes stanza in your prefs.php should look more
like this:
$_prefs['theme'] = array(
'value' => 'mozilla',
'locked' => false,
'shared' => true,
'type' => 'select',
'desc' => _("Select your color scheme.")
);
bo.
On Wed, 10 Sep 2003, Denny Schierz wrote:
> but it doesn't help. I also put this lines into my prefs.php, from a
> working system:
>
> // color theme
> $_prefs['theme'] = array(
> 'value' => '',
> 'locked' => false,
> 'shared' => true,
> 'type' => 'enum',
> 'enum' => array('' => sprintf(_("%s Standard"),
> $GLOBALS['registry']->getParam('$
> 'barbie' => _("Barbie"),
> 'brown' => _("Brown"),
> 'burntorange' => _("Burnt Orange"),
> 'camouflage' => _("Camouflage"),
> 'cherry' => _("Cherry"),
> 'gennevilliers' => _("Gennevilliers"),
> 'green' => _("Green"),
> 'grey' => _("Grey"),
> 'lightblue' => _("Light Blue"),
> 'mozilla' => _("Mozilla"),
> 'NeXTgrey' => _("NeXT"),
> 'orange' => _("Orange"),
> 'simplex' => _("Simplex"),
> 'sun' => _("Sun")),
> 'desc' => _("Select your color scheme.")
> );
>
>
> but, in the cvs version, i have only errors.
>
> any suggestion?
>
>
> On Wed, 2003-09-10 at 08:32, Denny Schierz wrote:
> > hi,
> >
> > how can i setup the default themes in horde, for every user?
>
> >
> > ______________________________________________________________________
>
More information about the horde
mailing list