Quote:
Originally Posted by Alfa1
But that would define all vbadvanced pages as home. I need to exclude the other vbadvanced pages.
Is there another approach to the conditional. Like using the vbadvanced identifier for the page?
|
Try this:
<if condition="THIS_SCRIPT == 'adv_index' OR defined('VBA_SCRIPT')">
<a href="$vboptions[bburl]?$session[sessionurl]"><span>Forums</span>
<else />
<a href="/"><span>Front Page</span>
</if>
</a>