superlinks
05-26-2006, 09:52 AM
Hi
I want to add a banner on all pages but not on certain pages.
But this doesn't seem to work.
{if $category.ID neq 5 or $category.ID neq 97 or $category.ID neq 98 or $category.ID neq 355 or $category.ID neq 99 or $category.ID neq 116}
<P>
BANNER
</P>
{/if}
Isn't there a shorter way to to this?
I want to add a banner on all pages but not on certain pages.
But this doesn't seem to work.
{if $category.ID neq 5 or $category.ID neq 97 or $category.ID neq 98 or $category.ID neq 355 or $category.ID neq 99 or $category.ID neq 116}
<P>
BANNER
</P>
{/if}
Isn't there a shorter way to to this?