Roundcube Community Forum

Release Support => Release Discussion => Topic started by: anuschka on June 08, 2015, 04:31:43 AM

Title: How to setup browser tab description
Post by: anuschka on June 08, 2015, 04:31:43 AM
Hello,
How to I change the browser tab description from Roundcube Webmail to something else in version 1.1.1?
Best regards,
Ana
Title: Re: How to setup browser tab description
Post by: JohnDoh on June 08, 2015, 07:51:31 AM
you can set that in Roundcube's config file
Code: [Select]
// Name your service. This is displayed on the login screen and in the window title
$config['product_name'] = 'Roundcube Webmail';
Title: Re: How to setup browser tab description
Post by: anuschka on June 08, 2015, 08:34:21 AM
Thanks. It worked!