HummingBirdAnimeClient/app/templates/single-tab.php
Timothy J. Warren e2f29c6731
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
Get Person detail pages via GraphQL, resolves #27
2020-08-27 15:01:00 -04:00

5 lines
156 B
PHP

<section class="<?= $className ?>">
<?php foreach ($data as $tabName => $tabData): ?>
<?= $callback($tabData, $tabName) ?>
<?php endforeach ?>
</section>