Customize roundcube
Paul Bronson
signaldeveloper at gmail.com
Thu Feb 2 04:39:34 CET 2017
I tried this, it didn't work :(
Paul
> On Apr 13, 2016, at 3:54 AM, Timotheus Pokorra <timotheus at kolab.org> wrote:
>
> 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
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users
More information about the users
mailing list