BootStrap theme query

A

Anonymous

Guest
Hello.

I'm just enquiring at this stage.
I've just about to start using something called Bootstrap theme/template.

As I'm looking to build a number of pages, and I don't want to repeat the same steps, when I come to create a menu.

Using the White area, as the main content.
When a selection from the menu is made, how would I change the main content?

I'm not sure if I should create each page separate, or use IFrame to include the content, or what else to do.
Any suggestions?

Thank You.
 

Attachments

  • bootstrap.gif
    bootstrap.gif
    21.9 KB · Views: 5,295
Put the top menu into one PHP file.
The left menu in another PHP file.
Then you can use the include statement in other pages to create the end result you are looking for.
 
Back
Top