Re: Single Menu Page with Bv and PHP | | Well done Naval. This will save loads of time.
One small thing I am not sure on? You say the menu page will have to be placed in all folders. Will this mean manually updating the menu pages that are placed in other folders? Or can the code below be modified to go & get the menu page from, let’s say the public_html area & load it onto the new page?
IE: the code below to go in a html box <?php
include ("menu.php");
menu();
?>
Don’t laugh! Just my way to explain. IE: <?php include ("Go & find main menu in public_html/menu.php");
menu();
?>
Well done again this will go into a new site I am working on. |