Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / logo.gif help needed

logo.gif help needed

Locked

Views: 1,648

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
30 Jun 2006, 4:43 PM
#1
awoman avatar

awoman

Zen Follower

Join Date:
Dec 2005
Posts:
142
Plugin Contributions:
0

logo.gif help needed

I have looked very where and can not find the answer.

I need to change the logo.gif to logo.jpg and can not figure out how to do it. Any help woule be greatly appreciated!

30 Jun 2006, 4:56 PM
#2
marw avatar

marw

New Zenner

Join Date:
Feb 2006
Location:
Hungary
Posts:
39
Plugin Contributions:
0

Re: logo.gif help needed

Hi!

There's a file named header.php in your language directory (default: /includes/languages/english). You should change this line:
define('HEADER_LOGO_IMAGE', 'logo.gif');

to

define('HEADER_LOGO_IMAGE', 'logo.jpg');

Just an idea, I didn't try it, so please be careful and make a copy of the original file before any modification.

30 Jun 2006, 5:06 PM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: logo.gif help needed

2 points for MarW! Absolutely correct! :thumbsup:

30 Jun 2006, 5:13 PM
#4
awoman avatar

awoman

Zen Follower

Join Date:
Dec 2005
Posts:
142
Plugin Contributions:
0

Re: logo.gif help needed

Thank you! It worked! You rock!

1 Jul 2006, 1:19 AM
#5
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,790
Plugin Contributions:
14

Re: logo.gif help needed

With the small exception that it would be better to save it to > /includes/languages/english/YOUR_TEMPLATE/ to prevent overwriting on future upgrades.