diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 87ce891f9..9336d5cd4 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -252,7 +252,9 @@ <td id="title"> <a href="./" title="Home">[% terms.BugzillaTitle %]</a> </td> - <td id="information"></td> + <td> + [% Hook.process("message") %] + </td> <td id="moz_login"> [% IF user.id %] <ul class="links"> @@ -321,6 +323,7 @@ <tr> <td id="title"> <p>[% terms.BugzillaTitle %] + [% Hook.process("message") %] [% " – $header" IF header %]</p> </td> |