[horde] setting the default theme for all users, IMP-4.0-cvs

Jan Schneider jan at horde.org
Mon Sep 2 03:36:38 PDT 2002


Zitat von bash at twignation.com:

> I am sure this is an easy one, but I will ask any ways, how do I change
> the
> default theme for IMP and Horde.  I noticed this in prefs.php:
> 
> // color theme
> $_prefs['theme'] = array(
>     'value' => '',
>     'locked' => false,
>     'shared' => true,
>     'type' => 'enum',
>     'enum' => array(''           => sprintf(_("%s Standard"),
> $GLOBALS['registry']->getParam('name')),
>                     'barbie'     => _("Barbie"),
>                     'brown'      => _("Brown"),

Just set 'value' to one of the values in the 'enum' array:

     'value' => 'brown',

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft


More information about the horde mailing list