summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2011-01-05 11:35:10 +0100
committerGervase Markham <gerv@mozilla.org>2011-01-05 11:35:10 +0100
commit237e21f002e1211113976fd08fce793e7f03c73e (patch)
tree057afa47ed61ca316f18542f54255988bd8cd69e /template
parentb6d1cc32f75d47437e382caccfccc5b2d98af765 (diff)
downloadbugzilla-237e21f002e1211113976fd08fce793e7f03c73e.tar.gz
bugzilla-237e21f002e1211113976fd08fce793e7f03c73e.tar.xz
Bug 622822 - add additional_links hook to front page. r,a=mkanat.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/index.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index d7b7b1476..73f18a5fd 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -164,6 +164,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
|
<a href="page.cgi?id=release-notes.html">Release Notes</a>
</li>
+ [% Hook.process('additional_links') %]
</ul>
</div>
</form>