![]() |
|
Title Personalizing Roundcube - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Title Personalizing Roundcube (/showthread.php?tid=690) |
Title Personalizing Roundcube - Cantalupo - 12-01-2014 <title>Sentora Webmail :: Bem-vindo ao Sentora Webmail</title> can customize the title roundcube? I tried searching on the official website, nothing found.
RE: Title Personalizing Roundcube - Ron-e - 12-01-2014 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';RE: Title Personalizing Roundcube - Cantalupo - 12-01-2014 Quote:Did not test it but try: It did not work. : \ had already tried it before ... RE: Title Personalizing Roundcube - Castey - 12-01-2014 Settings from default.inc.php are overwritten by config.inc.php. Add or edit $config['product_name'] in config.inc.php. RE: Title Personalizing Roundcube - Cantalupo - 12-01-2014 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.
|