Albus
05-03-2008, 03:41 PM
I have a situation between normal pages and those wrapped in integration where I need to display the $navbar one of two way. How can I tell if I am in an integrated page?
adv_portal
...
<if condition="???"><div class="module">$navbar</div><else />$navbar</if>
...
adv_portal
...
<if condition="???"><div class="module">$navbar</div><else />$navbar</if>
...