From f5c3529c20575218e9f80e1be14fa48e746c8b4a Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Wed, 16 Mar 2005 01:48:34 +0000 Subject: Fix for bug 284446: adds hooks useful for testrunner and other third-party extensions; r=gerv --- template/en/default/index.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default/index.html.tmpl') 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 %] + + [%# List items of links to more things users can do on this installation. %] + [% Hook.process("links") %] +