Certain vB pages do not call the NAVBAR. We have a page division that occurs in the NAVBAR template, then closes in the footer. If a page does not call the NAVAR, it messes the structure of the page. Therefore I need to determine in the footer, if the NAVBAR has been executed to know if I should include a variable or not.
I know I could manually do it with wrap conditions like IF SCRIPT = REGISTER, etc. but would prefer a more universal way then all these IF conditions and tracking down every script that does not call it.
|