]> 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:33:59 +0000 (19:33 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 22 Jun 2010 02:33:59 +0000 (19:33 -0700)
r=mkanat, a=mkanat

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

index 75fa7182507243fb828d6fcbf26c49320314ffe4..3485146c2c3a3dd81f0131777a0db1c5d6435743 100644 (file)
@@ -78,6 +78,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 %]