Re: Single Menu Page with Bv and PHP
When i posted this thread, i was (wrongly) supposing that some users would benefit from the function, in example to pass over color schemes (having, with only one menu, multiple looks).
However, i now understand that NO ONE has ever done this, so i need to clarify:
If you don't want to have dynamic content, the code could be simply:
<?
include 'pagename.html';
?>
and nothing more!
Also, no need for ANY code in the menu page, which can be plain html (so no need to be php).
This makes the entire thing much simpler.
When i posted this thread, i was (wrongly) supposing that some users would benefit from the function, in example to pass over color schemes (having, with only one menu, multiple looks).
However, i now understand that NO ONE has ever done this, so i need to clarify:
If you don't want to have dynamic content, the code could be simply:
<?
include 'pagename.html';
?>
and nothing more!
Also, no need for ANY code in the menu page, which can be plain html (so no need to be php).
This makes the entire thing much simpler.
Comment