PDA

View Full Version : IF Statement to detect forum home page


Dave Hawley
10-31-2008, 03:20 AM
Hi All

How would I write an IF statement to determine if the current page is the main forum home page? 3.5.7 version.

Dismounted
10-31-2008, 05:49 AM
<if condition="THIS_SCRIPT == 'index'">Welcome</if>

Dave Hawley
10-31-2008, 06:12 AM
Thanks.