Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to get something of everypages ? Re: How to get something of everypages ?

#121304
chrisburton
Participant

@gdumas25 You would have to use php on all the pages and use include on those pages.

So you would create a header.php and maybe a menu.php, paste the html in those files.

So your header.php might look something like this





Title of Page



menu.php

footer.php

© 2013


From there you would just use include in your template files (about.php, contact.php or index.php if you have page folders).