PDA

View Full Version : Quick conditional question


Guest210212002
05-05-2007, 01:49 PM
What would the proper conditional be if I wanted to display a bit of code everywhere BUT showthread? :)

Cheers!

ElfMage
05-06-2007, 12:54 AM
Assuming you mean a template conditional:


<if condition="THIS_SCRIPT != 'showthread'">

</if>

Guest210212002
05-06-2007, 03:47 PM
Cheers man, thank you. :)