Quote:
Originally Posted by Ted S
You would need to modify the notices template by "wrapping" it in a set of conditionals such that it doesnt appear on whatever page you like...
i.e.
Code:
<if condition="THIS_SCRIPT != 'homepage' AND THIS_SCRIPT != 'other page'">
current code
</if>
|
I am trying to figure out which template I need to wrap this code around. Is it the navbar_noticebit template? Thanks again for this plugin....saves a LOT of time!