Now how would I go about excluding the column from differing pages? I am having a brain fart on this. I know that for certain php scripts I can use the following condition
PHP Code:
<if condition="THIS_SCRIPT != 'whatever'">
That will get rid of it on the whatever.php files, but i need it to do this for subfolders. For example I dont want it to appear on
http://www.yoursite.com/data where /data pulls info for the headers, navbar and footers from the vb template system.
I know it is something simple that I am over looking, but anyone that can point me in the right direction...it would be appreciated.
TIA.