We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a05a3e commit 1fa784dCopy full SHA for 1fa784d
core/templates/layout.public.php
@@ -93,7 +93,7 @@
93
<?php print_unescaped($_['content']); ?>
94
</div>
95
96
- <?php if ((isset($template) && $template->getFooterVisible()) || $theme->getLongFooter() !== '' || $_['showSimpleSignUpLink']) { ?>
+ <?php if (!isset($template) || $template->getFooterVisible() !== false) { ?>
97
<footer class="guest-box">
98
<?php if ($theme->getLongFooter() !== '') { ?>
99
<p class="info">
0 commit comments