diff options
Diffstat (limited to 'templates/web/base/header.html')
-rw-r--r-- | templates/web/base/header.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/web/base/header.html b/templates/web/base/header.html index 7f423ff9e..1469ea233 100644 --- a/templates/web/base/header.html +++ b/templates/web/base/header.html @@ -26,6 +26,7 @@ [% TRY %][% PROCESS 'set_body_class.html' %][% CATCH file %][% END %] <body class="[% bodyclass | html IF bodyclass %]"> + [% INCLUDE 'debug_header.html' %] [% TRY %][% PROCESS 'before_wrapper.html' %][% CATCH file %][% END %] <div class="wrapper"> @@ -36,5 +37,3 @@ <div class="container"> <div class="content[% " $mainclass" | html IF mainclass %]" role="main"> - - <!-- [% INCLUDE 'debug_header.html' %] --> |