Home › Forums › CSS › How to get something of everypages ? › Re: How to get something of everypages ?
January 17, 2013 at 6:22 pm
#121304
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
menu.php
footer.php
From there you would just use include in your template files (about.php, contact.php or index.php if you have page folders).