diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/help.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/themes/default/template/help.tpl b/admin/themes/default/template/help.tpl index 399c7466f..5ad531f20 100644 --- a/admin/themes/default/template/help.tpl +++ b/admin/themes/default/template/help.tpl @@ -1,3 +1,9 @@ +{if not $ENABLE_SYNCHRONIZATION} +{html_style}{literal} +#helpSynchro {display:none;} +{/literal}{/html_style} +{/if} + <h2>{'Help'|@translate} » {$HELP_SECTION_TITLE}</h2> <div id="helpContent"> |