Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / My logo on admin page

My logo on admin page

Locked

Views: 787

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
13 Jul 2009, 1:01 PM
#1
martin_smith avatar

martin_smith

New Zenner

Join Date:
Mar 2009
Posts:
51
Plugin Contributions:
0

My logo on admin page

I once had my logo on the admin page in place of the zen cart logo. I have made some changes and now it is gone.

Would like to get it back......how can I do this ?

Thanks,

Martin

13 Jul 2009, 1:48 PM
#2
voodish avatar

voodish

New Zenner

Join Date:
Dec 2006
Posts:
18
Plugin Contributions:
0

Re: My logo on admin page

The admin logo can be found in the following directory:

ADMIN_FOLDER/images/logo.gif

ADMIN_FOLDER is named admin as standard (should be renamed for security but that's another thread)

Simply overwrite logo.gif with your new logo.gif
Best to start with the original file, so file dimensions are kept the same.

13 Jul 2009, 4:55 PM
#3
martin_smith avatar

martin_smith

New Zenner

Join Date:
Mar 2009
Posts:
51
Plugin Contributions:
0

Re: My logo on admin page

the logo that is in the admin/images/ folder is the correct one.

I think the logo.gif got delete from some file.

Where is the file that handles the logo.gif on the admin page ?

Thanks,
Martin

14 Jul 2009, 9:03 AM
#4
voodish avatar

voodish

New Zenner

Join Date:
Dec 2006
Posts:
18
Plugin Contributions:
0

Re: My logo on admin page

First look in:

ADMIN_FOLDER/includes/languages/english.phpAround Line 14, this defines "HEADER_LOGO_IMAGE"

HEADER_LOGO_IMAGE can then be found in :

ADMIN_FOLDER/includes/header.phpAround line 194, for the purpose in hand.

Hope this helps.