]> 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:36:22 +0000 (22:36 +0000)
committerlpsolit%gmail.com <>
Thu, 21 Feb 2008 22:36:22 +0000 (22:36 +0000)
template/en/default/global/header.html.tmpl

index 0a73a1ae8a61294b417d404a404dc85cb895e88b..ff10416cbcce5748a5d962fc993cb48b66c53cb9 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,