Quote:
Originally Posted by aveon
<if condition="THIS_SCRIPT=='adv_index'"><li id="active"><a href="/index.php" id="active">Home</a></li><else /><li><a href="/index.php">Home</a></li></if>
would be fine
|
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?