diff options
Diffstat (limited to 'templates/web/hart')
-rw-r--r-- | templates/web/hart/footer.html | 1 | ||||
-rw-r--r-- | templates/web/hart/header.html | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/templates/web/hart/footer.html b/templates/web/hart/footer.html index 312f63ff4..fae5bed1a 100644 --- a/templates/web/hart/footer.html +++ b/templates/web/hart/footer.html @@ -104,6 +104,7 @@ <div class="footer_border"> </div> + [% INCLUDE 'common_footer_tags.html' %] </div> </body> diff --git a/templates/web/hart/header.html b/templates/web/hart/header.html index c549c41ee..ee29df818 100644 --- a/templates/web/hart/header.html +++ b/templates/web/hart/header.html @@ -24,8 +24,6 @@ <link rel="Shortcut Icon" type="image/x-icon" href="/cobrands/hart/favicon.ico"> - [% PROCESS 'header_extra.html' %] - </head> [% TRY %][% PROCESS 'set_body_class.html' %][% CATCH file %][% END %] <body class="[% bodyclass | html IF bodyclass %]"> |