diff options
Diffstat (limited to 'templates/web/base/footer.html')
-rw-r--r-- | templates/web/base/footer.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/web/base/footer.html b/templates/web/base/footer.html index d046d6297..0356840da 100644 --- a/templates/web/base/footer.html +++ b/templates/web/base/footer.html @@ -40,11 +40,9 @@ </div> </div> </div> - -<!-- [% INCLUDE 'debug_footer.html' %] --> </div> <!-- .wrapper --> - [% TRY %][% PROCESS 'footer_extra.html' %][% CATCH file %][% END %] + [% INCLUDE 'common_footer_tags.html' %] </body> </html> |