PDA

View Full Version : header


timob
01-11-2007, 05:19 PM
I am using 3.4, on th etop banner when they click on the header image, I want to go back to the home page, Don't even know where to look to change it, any help would be greatly appreciated.

Trable
01-11-2007, 07:49 PM
templets/ header..

suc6

Micha
01-12-2007, 10:54 AM
Open templates/header.tpl and edit line 20:
<td class="header"><img src="{ROOT}/img/logo.gif" alt="header" /></td>

line 20 with logo linked to homepage:
<td class="header"><a href="{ROOT}"><img src="{ROOT}/img/logo.gif" border="0" alt="header" /></a></td>

timob
01-13-2007, 06:11 AM
Exactly what I needed, thank you so much for your time.

Sincerely
Tim