Log in

View Full Version : add on portal page


School-Help
11-05-2004, 07:35 PM
I have done a similiar thread to this before but i know its just one IF statement but my coding is so awful. I want to include a banner in the footer of the portal page but not on any other page , what is the exact <if>if/> statement i would use.

Thanks in advance

Andreas
11-05-2004, 07:41 PM
Depends on the portal script you use ...

Basically it's

<if condition="THIS_SCRIPT == 'identifier_for_portalscript'">put smth. here</if>


For vBadvanced CMPS the identifier is adv_index

School-Help
11-05-2004, 07:56 PM
Thats the one i needed thanks so much!