diff options
Diffstat (limited to 'templates/web/angus/footer.html')
-rw-r--r-- | templates/web/angus/footer.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/web/angus/footer.html b/templates/web/angus/footer.html index a09c7ce2f..9a7e1dd6d 100644 --- a/templates/web/angus/footer.html +++ b/templates/web/angus/footer.html @@ -9,8 +9,6 @@ </div> </div> </div> - -<!-- [% INCLUDE 'debug_footer.html' %] --> </div> <!-- .wrapper --> [% IF pagefooter %] @@ -21,7 +19,7 @@ </div> [% END %] - [% TRY %][% PROCESS 'footer_extra.html' %][% CATCH file %][% END %] + [% INCLUDE 'common_footer_tags.html' %] </body> </html> |