How do i test for what content type a page is set to in my template (if possible)?
I've tried something like this to no avail:
Code: Select all
{if $content-type == catalogitem}
Something here
{/if}
Thanks
Finn
Code: Select all
{if $content-type == catalogitem}
Something here
{/if}