Issue:
Want to change order of the footer content.
Solution:
- Create directory my-templates in ./template-extension
- Copy ./themes/default/template/footer.tpl to my-templates
- Click Administration -> Configuration -> Templates
- Corresponding to ‘my-templates/footer.tpl’ choose footer.tpl under column: Original Templates
Config:
Piwigo 2.5.3
Tricks:
Theorectically, it can be achieved by modifying directly ./theme/default/template/footer.tpl, but using after updating core version, probably it needs to be modify again.