gmulibdigital / OJS2-Theme

OJS2 Customization by the Mason Publishing team
http://www.publishing.gmu.edu
10 stars 23 forks source link

Missing hook: Templates::Article::Footer::PageFooter #15

Open ctgraham opened 5 years ago

ctgraham commented 5 years ago

OJS 2.x utilizes the hook Templates::Article::Footer::PageFooter in templates/article/footer.tpl, but this is not present in the template within this theme.

https://github.com/pkp/ojs/blob/4001868a42e33fb3e480e6bc2e592109e46965b8/templates/article/footer.tpl#L56

vs.

https://github.com/masonpublishing/OJS-Theme/blob/e0f5874e559f073f9e5bfb56efb9970fdeca622a/templates/article/footer.tpl#L59

We probably can add it in directly, with minimal risk of breaking forwards or backwards compatibility.