Log in

View Full Version : Template Conditional Determining if Page is a Thread


zylstra
01-23-2006, 08:11 AM
What conditional should I use in a template to determine if the page being viewed is a thread (showthread.php)?

calorie
01-23-2006, 08:13 AM
<if condition="THIS_SCRIPT == 'showthread'">

</if>

zylstra
01-23-2006, 08:37 PM
Thanks!