Customize roundcube
Timotheus Pokorra
timotheus at kolab.org
Wed Apr 13 09:54:15 CEST 2016
Hello Paul,
> I have a shared kolab install and I want to do some branding based on the
> domain in the interface.
I guess this is more a Roundcube specific question.
I found this on the web:
http://www.roundcubeforum.net/index.php?topic=15305.0
I think this idea mentioned there to use the config file makes most sense:
if (strpos($_SESSION['username'], '@domain1.tld'))
$rcmail_config['skin_logo'] = 'path/to/logo/file1';
else if (strpos($_SESSION['username'], '@domain2.tld'))
$rcmail_config['skin_logo'] = 'path/to/logo/file2';
I have not tried it though.
all the best,
Timotheus
More information about the users
mailing list