PDA

View Full Version : Simple Coding


School-Help
05-03-2005, 03:00 PM
<if condition="THIS_SCRIPT != 'adv_index'">

What ever

</if>

if i wanted "What ever " to appear in the footer template of each page except the forum home. What else would i need to add to this ( it doesn't display on the portal page. What coding would i need to add to it. Thanks :ermm:

Xenon
05-03-2005, 06:39 PM
<if condition="!in_array(THIS_SCRIPT, array('adv_index', 'index'))">

What ever

</if>

should prevent it from beeing shown on forumhome and the portal