4 lines
141 B
PHP
4 lines
141 B
PHP
<div>
|
|
<p><?= isset($error) ? $page->alert()->html() : '' ?></p>
|
|
<p><?= isset($alert['error']) ? html($alert['error']) : '' ?></p>
|
|
</div>
|