Quote:
Originally Posted by Redlinemotorsports
You should be able to use something like...
HTML Code:
<if condition="THIS_SCRIPT == 'index'"></if>
And change index to your page name. For example, the conditional I posted as an example, the index would mean index.php, so forumdisplay.php would be forumdisplay and so on
|
Hey thanks however the code you have posted will only work on one single page.
index will only cover the index for VB and I would like the navbar to show as long as I am navigating within VB (not only within the index). Once I move to PhotoPost I do not want it to execute?
I am not sure if that makes any sense