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/info.html

6 lines
171 B
HTML
Raw Normal View History

2023-10-23 13:59:26 +02:00
<div class="alert alert-info" role="alert">
<?php if($infoTitle) : ?>
<h4 class="alert-heading"><?= $infoTitle ?></h4>
<?php endif; ?>
<?= $infoMessage ?>
</div>