Hi guys,
Just wondering how to change the title in the admin area it reads
the standard "CMS Made Simple Admin Panel" i have managed to change the login page title and the logo but i cant see or find out where to change this title, thanks in advance
Terry
How can i change the /admin/index.php header title
Re: How can i change the /admin/index.php header title
found the result i needed
edit the defaultTheme.php and follow the info in this thread
http://forum.cmsmadesimple.org/index.php/topic,7869.0.html
edit the defaultTheme.php and follow the info in this thread
http://forum.cmsmadesimple.org/index.php/topic,7869.0.html
Last edited by mcktj on Tue Jan 02, 2007 2:20 pm, edited 1 time in total.
Re: How can i change the /admin/index.php header title
Please make a look at admin/lang/en_US/admin.inc.php - it's the file with the string you are searching for ...
Re: How can i change the /admin/index.php header title
root/admin/lang/en_US admin.include.php, if you use english, line 60...
$lang['admin']['adminpaneltitle'] = 'CMS Made Simple Admin Panel'; // needs translation
You had to pass it to get to lines 194, 195...
$lang['admin']['loginprompt'] = 'Enter a valid user credential to get access to the Admin Panel.'; // needs translation
$lang['admin']['logintitle'] = 'CMS Made Simple Admin Login'; // needs translation
$lang['admin']['adminpaneltitle'] = 'CMS Made Simple Admin Panel'; // needs translation
You had to pass it to get to lines 194, 195...
$lang['admin']['loginprompt'] = 'Enter a valid user credential to get access to the Admin Panel.'; // needs translation
$lang['admin']['logintitle'] = 'CMS Made Simple Admin Login'; // needs translation
Re: How can i change the /admin/index.php header title
Thanks Guys,
I suppose i had better do it the right way
Not my half assed hack
Cheers
I suppose i had better do it the right way

Not my half assed hack

Cheers