Header Goes Here! (includeBefore.php) |
|
|
Nav Goes Here! Below this would probably go some links: |
Guts Goes Here!This is an example of a rudimentary HTML page, built as a template prior to ripping it apart into 3 separate include files, which could all be included in your "index.php" main page, for example. The way to implement this across other pages would be to copy this page, rename it, and then use the guts area (content area) as the area to place information for the specific page you are working on. The advantage to this design is you can have consistent elements (header, footer, nav) that can be changed in one place, and only need to swap out the "guts" to house the content of your current page! |
|
Footer Goes Here! Always include some sort of copyright notice, for example: Copyright My Company, 2004 - 2009 |
|