diff options
author | ghendricks%novell.com <> | 2008-11-06 00:45:16 +0100 |
---|---|---|
committer | ghendricks%novell.com <> | 2008-11-06 00:45:16 +0100 |
commit | bbc78743ea55f5907dc7d37fb65020a0b6f26c9e (patch) | |
tree | 252ff022b1421a2e1949c40bee46d72e283686e6 /template | |
parent | 8dc59ccd1e9fc846efe991327f18b1538be8fc2c (diff) | |
download | bugzilla-bbc78743ea55f5907dc7d37fb65020a0b6f26c9e.tar.gz bugzilla-bbc78743ea55f5907dc7d37fb65020a0b6f26c9e.tar.xz |
Bug 381772 - Add hooks for common-links.
patch by ghendricks@novell.com r=mkanat@bugzilla.org
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/common-links.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index b30303d4a..3fce543d1 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -117,7 +117,7 @@ [% END %] [% END %] </ul> - +[% Hook.process("link-row") %] [% BLOCK link_to_documentation %] [% IF doc_section && Param('docs_urlbase') %] <li> |