diff --git a/themes/default/template/popuphelp.tpl b/themes/default/template/popuphelp.tpl index 0b1ec9cbc..5fd61a44d 100644 --- a/themes/default/template/popuphelp.tpl +++ b/themes/default/template/popuphelp.tpl @@ -5,15 +5,21 @@  exit -

{$PAGE_TITLE}

+

{'Home'|@translate}{$LEVEL_SEPARATOR}{$PAGE_TITLE}

{$HELP_CONTENT} -

+

+{footer_script require='jquery'} +if (window.opener || window.name) { + jQuery("#closeLink").show(); + jQuery("#homeLink").hide(); +} +{/footer_script}