Chris
e343bb8f48
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
6 lines
171 B
HTML
6 lines
171 B
HTML
<div class="alert alert-info" role="alert">
|
|
<?php if($infoTitle) : ?>
|
|
<h4 class="alert-heading"><?= $infoTitle ?></h4>
|
|
<?php endif; ?>
|
|
<?= $infoMessage ?>
|
|
</div> |