mangadex/templates/bootstrap4/partials/alert.tpl.php
2021-03-14 14:31:55 -07:00

1 line
159 B
PHP

<div class='alert alert-<?= $templateVar['type'] ?> text-center' role='alert'><strong><?= $templateVar['strong'] ?>:</strong> <?= $templateVar['text'] ?></div>