Roundcube Community Forum

 

[SOLVED] Roundcube Greeting?!?!

Started by astrosmf, August 21, 2008, 12:23:46 AM

Previous topic - Next topic

astrosmf

when you're logging in... the message "Welcome to RoundCube Webmail"... what directory/file is that in???  it's driving me crazy!!!

rosali

program/localization/[language code]/labels.inc
Regards,
Rosali

JohnDoh

the "Welcome to" text comes from your localisation labels file as for the RoundCube Webmail bit try searching your config file for product_name
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

astrosmf

ok found it...

// login page
$labels['welcome']   = 'Welcome to $product';


now where is the variable $product located and stored?

thanks everyone!

rosali

./config/main.inc.php

$rcmail_config['product_name'] = 'RoundCube Webmail';
Regards,
Rosali

astrosmf

Quote from: rosali;13434./config/main.inc.php

$rcmail_config['product_name'] = 'RoundCube Webmail';

you're amazing!