Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Add picture on top (right corner)

Add picture on top (right corner)

Locked

Views: 811

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
14 Jan 2008, 6:11 PM
#1
eddydiver avatar

eddydiver

New Zenner

Join Date:
Sep 2007
Posts:
9
Plugin Contributions:
0

Add picture on top (right corner)

Good evening,

I would like to add a picture on the top right corner of each page but I don't find the good file.

I tried with tpl_header.php but I didn't find where exactly I have to add it.

Thanks for helping.

Eddy

14 Jan 2008, 6:35 PM
#2
nomadrw avatar

nomadrw

Zen Follower

Join Date:
Sep 2007
Location:
Somewhere in Southern Cal
Posts:
331
Plugin Contributions:
0

Re: Add picture on top (right corner)

Hello Eddydiver:
Not to sure if this is what you are looking for.
admin/includes/languages/english/header.php.

you should make a copy of that file (header.php) and place it in your custom folder (ie the one you made when you first installed zen)
admin/includes/languages/english/custom/header.php.
then make your changes look for
define('HEADER_LOGO_IMAGE', 'logo.gif');

note your image will also need to
includes/templates/costum/images

nomad
PS custom is what ever name you gave it. Make sure you name it thought the project otherwise it will not work right