Quote:
Originally Posted by thefizix
Quote:
Originally Posted by pauldodman
{if $main eq "catalog" or $current_category.category eq ""}
your code
{/if}
|
where would I insert this line of code? I added it in the home.tpl and it still shows the banner on other pages.
|
In 4.1.0 this works if you just want to display on the main page...
{if $current_category.category eq ""}
YoUr CoDe
{/if}