summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-09-29 07:15:07 +0200
committerlpsolit%gmail.com <>2006-09-29 07:15:07 +0200
commit47695b5a92746b4ec5634e56f84753a6ababacaf (patch)
tree7732c27c39bed279f9377185c979340c80fda86b /template/en/default/global/header.html.tmpl
parentaf2ae55fbcad961e42f750625c87fd5077d0e4e1 (diff)
downloadbugzilla-47695b5a92746b4ec5634e56f84753a6ababacaf.tar.gz
bugzilla-47695b5a92746b4ec5634e56f84753a6ababacaf.tar.xz
Bug 354661: Provide a Bugzilla Quicksearch plugin for Firefox 2 and IE 7 users to install - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gavin.sharp r=wurblzap a=myk
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 026698426..c84f503d0 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -174,6 +174,9 @@
href="[% atomlink FILTER html %]" />
[% END %]
+ [%# 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">
</head>
[%# Migration note: contents of the old Param 'bodyhtml' go in the body tag,