kpmpgsmkii/kanga.world/site/snippets/notification.php
2021-12-29 16:46:27 -06:00

4 lines
141 B
PHP

<div>
<p><?= isset($error) ? $page->alert()->html() : '' ?></p>
<p><?= isset($alert['error']) ? html($alert['error']) : '' ?></p>
</div>