aboutsummaryrefslogtreecommitdiff
path: root/templates/forms/input_row.php
blob: 6bf522340b9eb86e629cad0d6599dca0e996f25a (plain)
1
2
3
4
5
<div class="hgroup">
    <? foreach ($parts as $part) : ?>
        <?= $part->renderWithCondition() ?>
    <? endforeach ?>
</div>