PDA

View Full Version : only show on FORUMHOME


bing11
05-30-2009, 12:16 PM
I want a banner in the header that only show on foruhome page.

maybe use code like "<if >"

Someone can teach me ?

Dismounted
05-30-2009, 12:25 PM
<if condition="THIS_SCRIPT == 'index'">Display This</if>

bing11
05-30-2009, 12:58 PM
<if condition="THIS_SCRIPT == 'index'">Display This</if>


thanks