Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: leftquark on January 22, 2007, 12:26:57 PM

Title: Changing Page Title
Post by: leftquark on January 22, 2007, 12:26:57 PM
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 :(
Title: Re: Changing Page Title
Post by: rezt on January 31, 2007, 08:38:32 AM
try...

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

regards,.