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 1fa784d commit defe392Copy full SHA for defe392
core/templates/layout.public.php
@@ -93,7 +93,7 @@
93
<?php print_unescaped($_['content']); ?>
94
</div>
95
96
- <?php if (!isset($template) || $template->getFooterVisible() !== false) { ?>
+ <?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