Log in

View Full Version : Including header footer


Benj
10-06-2004, 08:56 AM
ive seen the thread about making vb powered pages but its making my life really hard having to make a template for every page of my script, so my question is there a way to add just the header and footer to a non vb page without using templates ???

Colin F
10-06-2004, 09:29 AM
You would have to include global.php
and then you could probably just do the fetch template and echo the $navbar variable.

Does that make sense or should I explain in easier terms? :)

Benj
10-06-2004, 09:38 AM
yeah i think i could do that

Colin F
10-06-2004, 09:46 AM
Try it out and let us know if it works :)