I am trying to place an image (looks like a <hr>) above my navigation line for the template.
However I wish to not have the black line on my front page, so I had tried using the following code to accomplish this:
Code:
{if $main ne "catalog"}
<div class="topblacklinemargin"> <img src="{$ImagesDir}/blacktopline.jpg" width="100%" height="1" /> </div>
{/if}
but this code is now completely eliminating the image on every page.
Does anyone have experience with this that can give me a suggestion on how to accomplish this?