Quote:
Originally Posted by kalypsoweb
Ted, you wouldn't know which template it is for notices that I would need to wrap in order for it not to show up on the vba pages?
|
Ok, after a few hours of playing with conditions, I found a fix:
In navbar template:
Change:
Code:
<if condition="$show['notices']">
To:
Code:
<if condition="$show['notices'] AND THIS_SCRIPT != 'adv_index'">
This will keep notices from showing on any cmps pages which is what I needed. Just in case anyone else may need it