How can i change the /admin/index.php header title

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
mcktj
Forum Members
Forum Members
Posts: 31
Joined: Thu Dec 07, 2006 3:34 pm

How can i change the /admin/index.php header title

Post by mcktj »

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
User avatar
mcktj
Forum Members
Forum Members
Posts: 31
Joined: Thu Dec 07, 2006 3:34 pm

Re: How can i change the /admin/index.php header title

Post by mcktj »

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
Last edited by mcktj on Tue Jan 02, 2007 2:20 pm, edited 1 time in total.
cyberman

Re: How can i change the /admin/index.php header title

Post by cyberman »

Please make a look at admin/lang/en_US/admin.inc.php - it's the file with the string you are searching for ...
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: How can i change the /admin/index.php header title

Post by Dr.CSS »

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
User avatar
mcktj
Forum Members
Forum Members
Posts: 31
Joined: Thu Dec 07, 2006 3:34 pm

Re: How can i change the /admin/index.php header title

Post by mcktj »

Thanks Guys,

I suppose i had better do it the right way  :P

Not my half assed hack  ;D

Cheers
Post Reply

Return to “Layout and Design (CSS & HTML)”