I've been tinkering with different areas of the skin1 template. Still learning this smarty thing.
I have this inline microcart that just reads # item(s) : $0.00 thats all and
have it placed in the head.tpl.
When I go to the cart page it's still there of course.
What would be the {code of smarty} to make it {*not display*} for that page view and resume showing elsewhere.
I ask this because not only the above but I have other things that I'd like NOT to show on certain pages.
Possible help here??
Is this it... seems to work.
Quote:
{if $main ne "cart"}
code... yada yada
{/if}
|