Quote:
Originally Posted by moza
this one is work as well:
$main eq "catalog" and $current_category.category eq ""
|
That is the exact way that it is done in /customer/home_maim.tpl to display the welcome template.
Code:
{if $main eq "catalog" and $current_category.category eq ""}
....
{/if}