summaryrefslogtreecommitdiffstats
path: root/template/en/default/index.html.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2005-03-16 02:48:34 +0100
committermyk%mozilla.org <>2005-03-16 02:48:34 +0100
commitf5c3529c20575218e9f80e1be14fa48e746c8b4a (patch)
treeda7d506f4995f8fcb65aa3a2b0f10db24645801b /template/en/default/index.html.tmpl
parente58cd6de49308c565c5dbfbe12dce30a918a9082 (diff)
downloadbugzilla-f5c3529c20575218e9f80e1be14fa48e746c8b4a.tar.gz
bugzilla-f5c3529c20575218e9f80e1be14fa48e746c8b4a.tar.xz
Fix for bug 284446: adds hooks useful for testrunner and other third-party extensions; r=gerv
Diffstat (limited to 'template/en/default/index.html.tmpl')
-rw-r--r--template/en/default/index.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index c1bdf62c5..d7f6be6f7 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -78,6 +78,10 @@ function addSidebar() {
[% END %]
[% END %]
<li id="sidebar"><a href="javascript:addSidebar()">Add to Sidebar</a> (requires a Mozilla browser like Mozilla Firefox)</li>
+
+ [%# List items of links to more things users can do on this installation. %]
+ [% Hook.process("links") %]
+
</ul>
<form id="show-bug" name="f" action="show_bug.cgi" method="get"