diff options
author | Gervase Markham <gerv@gerv.net> | 2011-01-05 11:35:10 +0100 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2011-01-05 11:35:10 +0100 |
commit | 237e21f002e1211113976fd08fce793e7f03c73e (patch) | |
tree | 057afa47ed61ca316f18542f54255988bd8cd69e | |
parent | b6d1cc32f75d47437e382caccfccc5b2d98af765 (diff) | |
download | bugzilla-237e21f002e1211113976fd08fce793e7f03c73e.tar.gz bugzilla-237e21f002e1211113976fd08fce793e7f03c73e.tar.xz |
Bug 622822 - add additional_links hook to front page. r,a=mkanat.
-rw-r--r-- | template/en/default/index.html.tmpl | 1 |
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> |