PDA

View Full Version : Adding a banner but not on certain pages


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?

bobby9101
05-26-2006, 03:07 PM
try gt instead of neq
i have heard of problems with the not equall thing before