PDA

View Full Version : Incorperate external .php Menu


KatieG
01-04-2009, 10:41 AM
Ok here is what I want to do.

I have several scripts that I run on my website
I also have a "menu.php" which I have my main menu, so when
I update my menu I only have to do it once...

My question is..... Is it possible to call a php file into vbulletin
( preferable in Header ), in all my other scripts it is just as simple as placing
<?php include"menu.php"; ?> at top of page...

Any help would be grateful

Dismounted
01-04-2009, 11:05 AM
<a href="http://www.vbulletin.com/docs/html/main/templates_externalfiles" target="_blank">Including External Files</a>

KatieG
01-04-2009, 11:30 AM
Including External Files (http://www.vbulletin.com/docs/html/main/templates_externalfiles)


Many Thanks