summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-02-21 23:34:44 +0100
committerlpsolit%gmail.com <>2008-02-21 23:34:44 +0100
commit057e7b06722de200a158a54b632c3b821f5dc4b2 (patch)
treece632ae006969cbef9de1176d70b72534e800794 /template/en/default/global/header.html.tmpl
parent0eaa3f8066cc54450b73320af1d4c02b316de35d (diff)
downloadbugzilla-057e7b06722de200a158a54b632c3b821f5dc4b2.tar.gz
bugzilla-057e7b06722de200a158a54b632c3b821f5dc4b2.tar.xz
Bug 251740: Add local CSS hook file - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index fef99ca55..a154fa1fc 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -215,6 +215,8 @@
[%# Required for the 'Autodiscovery' feature in Firefox 2 and IE 7. %]
<link rel="search" type="application/opensearchdescription+xml"
title="[% terms.Bugzilla %]" href="./search_plugin.cgi">
+
+ [% Hook.process("additional_header") %]
</head>
[%# Migration note: contents of the old Param 'bodyhtml' go in the body tag,