Same header and footer for multiple sites

0

Good afternoon! I work in a company that manages several sites (joomla - on different servers). All with the same header and footer.

From time to time, we need to change all the headers and footers of all sites.

This process, until then, is done manually. Thinking about the agility of this change process, I wondered if it would not be possible to create a server with this material and use some kind of include, so I do not have to change it one by one whenever it's needed.

I have researched here, but I have not found anything very conclusive. Can someone give me a light?

    
asked by anonymous 11.06.2018 / 19:24

2 answers

0

Just create an XSLT file, and have it load it on the body of all htmls with the onload event.

    
15.06.2018 / 21:32
0

Search the xslt language, it is used to leave xml files in html format. So when you change that single xml or even xslt, all htmls will be updated. But you have to research more about it, you can not explain it in a simple answer.

    
16.06.2018 / 23:34