diff options
author | gerv%gerv.net <> | 2004-02-03 08:35:59 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2004-02-03 08:35:59 +0100 |
commit | e4c170c4d915753c85cf5ffe86a4bbc526037dab (patch) | |
tree | 54b4b05aed105bb62561593ee71f7abdd5c5d3b1 | |
parent | 495b08f155353e4990b99548b65432bcd255f31f (diff) | |
download | bugzilla-e4c170c4d915753c85cf5ffe86a4bbc526037dab.tar.gz bugzilla-e4c170c4d915753c85cf5ffe86a4bbc526037dab.tar.xz |
Bug 232903: hook to allow addition of extra administration links in the footer. Patch by gerv; r,a=myk.
-rw-r--r-- | template/en/default/global/useful-links.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 5a86f8d5f..f9415df9b 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -70,6 +70,7 @@ IF user.groups.creategroups %] [% ', <a href="editkeywords.cgi">keywords</a>' IF user.groups.editkeywords %] + [% Hook.process("edit") %] [% ' | <a href="sanitycheck.cgi">Sanity check</a>' IF user.groups.tweakparams %] |