mangadex/templates/bootstrap4/partials/alert.tpl.php

1 line
159 B
PHP
Raw Permalink Normal View History

2021-03-14 17:31:55 -04:00
<div class='alert alert-<?= $templateVar['type'] ?> text-center' role='alert'><strong><?= $templateVar['strong'] ?>:</strong> <?= $templateVar['text'] ?></div>