|
Save your header as header.html and your navigation as nav.html
Then you add this where your header is supposed to be:
< ? include("header.html") ? >
and this where your navigation is supposed to be:
< ? include("nav.html") ? >
(Delete the space inbetween < and ?)
|