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.
2 parents 30645f7 + bf51f2a commit 614311dCopy full SHA for 614311d
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) && ($theme->getLongFooter() !== '' || $_['showSimpleSignUpLink'])) { ?>
97
<footer class="guest-box">
98
<?php if ($theme->getLongFooter() !== '') { ?>
99
<p class="info">
0 commit comments