]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 251740: Add local CSS hook file - Patch by Guy Pyrzak <guy.pyrzak@gmail.com>...
authorlpsolit%gmail.com <>
Thu, 21 Feb 2008 22:34:44 +0000 (22:34 +0000)
committerlpsolit%gmail.com <>
Thu, 21 Feb 2008 22:34:44 +0000 (22:34 +0000)
template/en/default/global/header.html.tmpl

index fef99ca554d1c3fa51015a8bf3086680a73d9d85..a154fa1fc54d7251ebf334b9d98ee9144854ef57 100644 (file)
     [%# 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,