diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php index d730372cad845..593413958962c 100644 --- a/core/templates/layout.public.php +++ b/core/templates/layout.public.php @@ -93,7 +93,7 @@ - getFooterVisible()) || $theme->getLongFooter() !== '' || $_['showSimpleSignUpLink']) { ?> + getFooterVisible() !== false) && ($theme->getLongFooter() !== '' || $_['showSimpleSignUpLink'])) { ?>