2024-07-01 09:45:07 +00:00
|
|
|
<?php if (isset($error)) { ?>
|
2024-10-04 11:18:28 +00:00
|
|
|
<div class="error"><?= htmlspecialchars($error) ?></div>
|
2024-07-01 09:45:07 +00:00
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
<?php if (isset($notice)) { ?>
|
2024-10-04 11:18:28 +00:00
|
|
|
<div class="notice"><?= htmlspecialchars($notice) ?></div>
|
2024-07-01 09:45:07 +00:00
|
|
|
<?php } ?>
|