Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Link change & another "simple" question

Link change & another "simple" question

Locked

Views: 2,509

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
15 May 2006, 8:02 PM
#1
spectreman avatar

spectreman

New Zenner

Join Date:
May 2006
Posts:
32
Plugin Contributions:
0

Link change & another "simple" question

hey guys,

i attached a pic of what i want to change (for easy reference), for some reason, for the life of me, i can't find where to edit the info....

i want to change the text, from Zen Cart!, The art of...." to my own text, but i can't find the file to mod.

also, the link that attaches to the logo.gif....where do i change that? i found where the actual logos and bg were, but i the link text?????

thanks for any help!
s.

15 May 2006, 9:48 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Link change & another "simple" question

As I see you are using FF with tools, you can easily find the class ad descriptions of the items you wish to alter or use the admin dev tools for the same.

The following was copied from the source view with my edits.

includes/templates/yourtemplate/images/logo.gif

You can see that the logo, or more precisely your logo, should be in an override dir named whatever you choose as long as you remain consistent. You can search this site for how to setup & use the override system as this will prove to be invaluable. Once you have this enabled you will copy the original files you want to edit to their respective dir's for editing.

What you are looking for is the HEADER_ALT_TEXT in your header.php file as this controls what is displayed if the logo can not be found or images are not loaded.

The link for the logo is by default your store site.

As you are just starting out, I would recommend that you insure that you are using the mist current version 1.3.0.1 for many reasons.