Roundcube Community Forum

 

Changing Page Title

Started by leftquark, January 22, 2007, 12:26:57 PM

Previous topic - Next topic

leftquark

I tried searching the forums before asking this and couldn't find the answer.

I was wondering if it was possible to change the title that is displayed at the top of the page (via the < title > HTML command). Currently it is set to "RoundCube Webmail :: " and I was interested in changing it to " :: "

I tried taking a look at some of the skins files but the title is not hardcoded in. It uses a < roundcube:getAttribute=title > type of thing and I couldn't seem to find where that is set.

Any help on this would be greatly appreciated! Thanks.

Keep up the great work!

-Leftquark

P.S: On a seperate note: are keyboard shortcuts available? I kept reading about them but can't seem to find any that work :(

rezt

try...

main.inc.php
// use this name to compose page titles
$rcmail_config['product_name'] = $_SERVER['HTTP_HOST'];

regards,.