I have a headline that will be on every page of my site, and instead of adding html/ phpto each page, I thought I could just create a template file and include it with php include()so it is easier to change if I need to change something. Is there a better way to do this and using phpinclude will slow down my site? Thank you in advance.
source
share