Sentora Support Forums

Full Version: Title Personalizing Roundcube
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<title>Sentora Webmail :: Bem-vindo ao Sentora Webmail</title>

can customize the title roundcube?

I tried searching on the official website, nothing found. Sad
Did not test it but try:

etc/sentora/panel/etc/apps/webmail/config/defaults.inc.php (row 414-415)
Code:
// Name your service. This is displayed on the login screen and in the window title $config['product_name'] = 'Roundcube Webmail';
Quote:Did not test it but try:

etc/sentora/panel/etc/apps/webmail/config/defaults.inc.php (row 414-415)

It did not work. : \


had already tried it before ...
Settings from default.inc.php are overwritten by config.inc.php. Add or edit $config['product_name'] in config.inc.php.
Quote:Settings from default.inc.php are overwritten by config.inc.php. Add or edit $config['product_name'] in config.inc.php.

I could not, I made the change. Without success. Sad