aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/header.html')
-rw-r--r--templates/web/base/header.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/header.html b/templates/web/base/header.html
index faba02519..3cc166a32 100644
--- a/templates/web/base/header.html
+++ b/templates/web/base/header.html
@@ -27,6 +27,8 @@
[% TRY %][% PROCESS 'set_body_class.html' %][% CATCH file %][% END %]
<body class="[% bodyclass | html IF bodyclass %]">
+ [% TRY %][% PROCESS 'before_wrapper.html' %][% CATCH file %][% END %]
+
<div class="wrapper">
<div class="table-cell">
[% INCLUDE 'header_site.html' %]