News and Announcements > General Discussion

How to set default theme?

(1/1)

massimo2022:
Hi all,

after upgrading the webmail have "elastic" as default theme.

I'd need "larry" as default for all emails addresses.
Is there a way to set the default theme for everyone?

thanks

massimo

SKaero:
In <RC root>/config/config.inc.php add the following setting:

--- Code: ---// Skin name: folder from skins/
$config['skin'] = 'elastic';

--- End code ---

You can also set the following setting if you want to disable any skins:

--- Code: ---// Limit skins available for the user.
// Note: When not empty, it should include the default skin set in 'skin' option.
$config['skins_allowed'] = [];

--- End code ---

gregharkins:
when looking at the below text
change elastic to larry

and if you everyone to only get larry
change [] to 'larry'

Navigation

[0] Message Index

Go to full version