Hi All,
I seem to have lost the link on the logo of my site.
Have a look at
http://216.144.234.43/shop/
I have made the logo go accross the whole site as a header, however I want to user to go back to home page if they click in any area of the header.
I have changed the code in the head.tpl file to
<div class="line1">
<div class="logo">
<a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/top_image.jpg" alt="" /></a>
</div>
And if you use the CSS inspector in forebug, the correct href link is there (see attached)
Any ideas?