Re: Single Menu Page with Bv and PHP | |
I am not making my questions clear.
Let me try again.
1. If I build a template without using any php, then create 100 pages from that template, then update the template, will it update those 100 pages automatically?
2. If the answer to #1 is "yes," then what is the added benefit of php?
3. If the answer to #1 is "no," then how do I use php and/or the templates so I can change the layout of all my pages (not the content of the php items, but where on the pages they are located).
For example, let's say I have a php element for a form login box (user enters name and password). Originally, I put that box in the upper left corner of my template and create all 100 pages with that template. Now, I decide I want to move the login box to the upper right corner on all 100 pages. The form itself is not changing; I just want to re-position it.
How can I do this without changing all 100 pages?
Thanks!
|