diff options
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r-- | template/en/default/index.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 8d520dfab..61f724b41 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -116,6 +116,11 @@ function addSidebar() { [% END %] [% END %] <li id="sidebar"><a href="javascript:addSidebar()">Add to Sidebar</a> (requires a Mozilla browser like Mozilla Firefox)</li> + <li id="quick_search_plugin"> + <a href="javascript:window.external.AddSearchProvider('[% Param('urlbase') %]search_plugin.cgi')">Install + the Quick Search plugin</a> (requires Firefox 2 or Internet Explorer 7) + </li> + [%# List items of links to more things users can do on this installation. %] [% Hook.process("links") %] |