Change Boost Theme footer.mustache file

Change Boost Theme footer.mustache file

by Belén Machado -
Number of replies: 3
Hello! I have a question regarding the footer.mustache file on the Boost theme (I don't know if I'm on the right forum!)

I would like to edit said footer, so I can add details about my organization. I have made a simple footer, that I want to add to the footer of the moodle website, using HTML and CSS on codepen. Here's the code: https://codepen.io/Bel-n-Machado/pen/mdQgpjK

As I understand, these changes I have to make them to the footer.mustache file. I don't have any experience regarding those types of files, so Im not sure how to implement the new footer to this file. 

Can anyone help me? Thank you!
Average of ratings: -
In reply to Belén Machado

Re: Change Boost Theme footer.mustache file

by Belén Machado -
Seems my post went unnoticed, that´s a shame!! Hopefully somebody can help me!
In reply to Belén Machado

Re: Change Boost Theme footer.mustache file

by Francis Devine -
Picture of Core developers
The correct way to do this would be to create a new theme plugin that inherits from boost, then add a custom footer.mustache to the templates folder

the lazy way to do it is to edit theme/boost/templates/footer.mustache, but I wouldn't recommend doing that as it will make upgrading to newer moodle versions more difficult with changes to core code.