mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-11 14:10:06 +01:00
fix: fix banner showing when there's no banner
This commit is contained in:
parent
401c76e0e7
commit
1803631ea9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<main class="container">
|
||||
<div class="bd-duo">
|
||||
<div class="bd-lead">
|
||||
<?php if (isset($global_site_info['banner'])): ?>
|
||||
<?php if (!empty($global_site_info['banner'])): ?>
|
||||
<div class="notification is-primary">
|
||||
<?= $global_site_info['banner'] /* Intentionally not escaped to allow HTML */ ?>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue