]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 568383: Add a new hook in the header.html.tmpl template right after <head>
authorTiago Mello <timello@linux.vnet.ibm.com>
Tue, 22 Jun 2010 02:34:39 +0000 (19:34 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 22 Jun 2010 02:34:39 +0000 (19:34 -0700)
r=mkanat, a=mkanat

template/en/default/global/header.html.tmpl

index 904a89d45526f035473e97b00808c50c5d6163a3..4837df5dedb637105a0bfd8f5d344c582dacfdbd 100644 (file)
@@ -61,6 +61,7 @@
                       "http://www.w3.org/TR/html4/loose.dtd">
 <html>
   <head>
+    [% Hook.process("start") %]
     <title>[% title %]</title>
 
 [%# Migration note: contents of the old Param 'headerhtml' would go here %]