0

Changing the page title for the login screen

Wednesday, November 7, 2007

You can change the title for the control panel login screen.
cd /usr/local/psa/admin/htdocs/javascript
cp common.js common.js.orig


open common.js with your text editor and at the top of the page add this:
document.title = '**WHAT EVER YOU WANT**';

Save the file, browse to your control panel and the browsers title bar should now reflect what yo
u wanted for the title.

0 Responses to "Changing the page title for the login screen"