mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-25 00:38:41 -05:00
8 lines
340 B
PHP
8 lines
340 B
PHP
<div class="card mb-3">
|
|
<h6 class="card-header"><?= display_fa_icon('tag') ?> <?= $templateVar['genre']->genre_name ?></h6>
|
|
<div class="card-body">
|
|
<?php $templateVar['parser']->parse($templateVar['genre']->genre_description); print nl2br($templateVar['parser']->getAsHtml()); ?>
|
|
</div>
|
|
</div>
|
|
|
|
<?= $templateVar['titles_html'] ?>
|