HummingBirdAnimeClient/app/templates/character.php
Timothy J. Warren 386938c75f
Some checks reported errors
timw4mail/HummingBirdAnimeClient/pipeline/head Something is wrong with the build of this commit
Create component system to help cut down on view duplication, see #31
2020-08-21 12:30:01 -04:00

6 lines
160 B
PHP

<article class="<?= $className ?>">
<div class="name">
<a href="<?= $link ?>"><?= $name ?></a>
</div>
<a href="<?= $link ?>"><?= $picture ?></a>
</article>