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