mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2156 force a default PAGE_BANNER
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div id="theHeader">{$PAGE_BANNER}</div>
|
||||
<div id="theHeader">{$PAGE_BANNER|default:''}</div>
|
||||
|
||||
{if not empty($header_notes)}
|
||||
<div class="header_notes">
|
||||
|
||||
Reference in New Issue
Block a user