I've created some new buttons in the search bar. However I can't get them to link or even show up as a link when you hover over.
The code i'm using is in layout.tpl:
Code: Select all
<div id="bar">
<div id="homebut"><a href="index.php?controller=home"><img src="catalog/template/default/image/home_but.gif"></a> </div>
</div>
Dave