Right now in my category.tpl, I put a code like this between <div class="container"> and <div class="row"> :
Code: Select all
<?php if($menu['href']=="http://mysite.com/index.php?route=product/category&path=60") { ?>
<img src="http://mysite.com/image/data/about_us/2.jpg" width="100%" height="100%" margin="0" padding="0"/>
<?php } else if($menu['href']=="http://mysite.com/index.php?route=product/category&path=59") { ?>
<img src="http://mysite.com/image/data/about_us/1.jpg" width="100%" height="100%" margin="0" padding="0"/>
<?php } ?>
Any suggestions?
Thank you