This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
dogstats/web/templates/partials/notice.html

6 lines
213 B
HTML
Raw Permalink Normal View History

2023-10-26 16:41:33 +02:00
<div class="alert alert-warning animate__animated animate__jello" role="alert">
2023-10-23 13:59:26 +02:00
<?php if($noticeTitle) : ?>
<h4 class="alert-heading"><?= $noticeTitle ?></h4>
<?php endif; ?>
<?= $noticeMessage ?>
</div>