Log in

View Full Version : Exclude content from forum home (Conditional)


Azonaco
02-04-2009, 01:25 AM
Hello,
I'm looking to exclude content from forum home but have it displayed on every other page (I have the content running on the side bar).

Is there a conditional I can use?

Lynne
02-04-2009, 03:01 AM
<if condition="THIS_SCRIPT != 'index'">
stuff to show on all pages except index page
</if>

Azonaco
02-04-2009, 04:13 AM
Thanks Lynne, I've been searching everywhere.