PDA

View Full Version : Not show code on specific page...


stryka
08-05-2008, 04:58 PM
I have a custom page (arcade.php) that i don't want my footer to appear....

what is the VBcode/xyntax to create a conditional for this page?

Thanks

Lynne
08-05-2008, 06:31 PM
It's something like
<if condition="THIS_SCRIPT <> 'arcade'">
footer stuff here
</if>
(You need to see what the page name is in the php page.)

stryka
08-05-2008, 11:23 PM
thnx... that did trick