1
0

skeleton: PHP 8 compat fixes

This commit is contained in:
onli
2021-07-04 19:00:50 +02:00
parent 07272ec3c6
commit d2a7784073
3 changed files with 5 additions and 5 deletions

View File

@@ -111,8 +111,8 @@
<p class="serendipity_msg_notice">{$CONST.NO_ENTRIES_TO_PRINT}</p>
{/if}
{/foreach}
{if not $is_preview}
{if $staticpage_pagetitle == ''}
{if not $is_preview and not $is_single_entry}
{if ! isset($staticpage_pagetitle) or $staticpage_pagetitle == ''}
<nav class="pager u-cf" role="navigation">
<p>{$footer_info}</p>
{if $footer_prev_page || $footer_next_page}