Change Boost Theme footer.mustache file

Change Boost Theme footer.mustache file

Bởi Belén Machado -
Số lượng các câu trả lời: 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!
Trung bình điểm đánh giá: -
Để phản hồi tới Belén Machado

Re: Change Boost Theme footer.mustache file

Bởi Belén Machado -
Seems my post went unnoticed, that´s a shame!! Hopefully somebody can help me!
Để phản hồi tới Belén Machado

Re: Change Boost Theme footer.mustache file

Bởi Francis Devine -
Hình của 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.