diff options
-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> |