diff options
author | lpsolit%gmail.com <> | 2008-09-22 20:02:51 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-09-22 20:02:51 +0200 |
commit | da12b9b0e2661b02133a0ed27f26811e8a79e117 (patch) | |
tree | 33daac783ea3487cd96d9ea8c5a45acaa37cc159 /template | |
parent | ded6b5486c6ba715a02ba646c23cf02d6b7bb68f (diff) | |
download | bugzilla-da12b9b0e2661b02133a0ed27f26811e8a79e117.tar.gz bugzilla-da12b9b0e2661b02133a0ed27f26811e8a79e117.tar.xz |
Bug 454234: Do not display "Help" links in the banner/footer when docs_urlbase is empty - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit
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 18695a8c6..b30303d4a 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -119,7 +119,7 @@ </ul> [% BLOCK link_to_documentation %] - [% IF doc_section %] + [% IF doc_section && Param('docs_urlbase') %] <li> <span class="separator">| </span> <a href="[% docs_urlbase _ doc_section FILTER html %]" target="_blank">Help</a> |