DesignWerks
02-20-2010, 05:07 PM
I am using the following condition to place something on my forum home page, how can I also get it to display on the CMS home (content.php) and Bog home (blog.php) pages as well?
<vb:if condition="THIS_SCRIPT == 'index'">
Content Here
</vb:if>
<vb:if condition="THIS_SCRIPT == 'index'">
Content Here
</vb:if>