Hi Ya'll,
I would like to change the - CMS Made Simple Admin Panel (Header Text) within the Admin panel.
I am working with a client that really likes the CMSMS but he asked if his company name and logo could be in the location where it says I would "CMS Made Simple Admin Panel" so when his staff log in.
Where can I change this??
Thanks.
I would like to change the - CMS Made Simple Admin Panel (Header Text)
Re: I would like to change the - CMS Made Simple Admin Panel (Header Text)
It's in /admin/lang/en_US/admin.incl.php for the words.
The logo comes from /admin/themes/default/defaultTheme.php
line 88 echo '<img src="themes/default/images/logo.gif"
so if you put a new logo in there, themes/default/images/ and name it logo.gif, or change this to reflect yours, your good to go, or change that line to point to another logo.
guessing this should be in the 'wiki'
The logo comes from /admin/themes/default/defaultTheme.php
line 88 echo '<img src="themes/default/images/logo.gif"
so if you put a new logo in there, themes/default/images/ and name it logo.gif, or change this to reflect yours, your good to go, or change that line to point to another logo.
guessing this should be in the 'wiki'
-
billbdesign
Re: I would like to change the - CMS Made Simple Admin Panel (Header Text)
Thank you - I actually was able to find it after some time.
BILL
BILL

