5 lines
184 B
PHP
5 lines
184 B
PHP
|
<article>
|
||
|
<label for="<?= $fieldName ?>"><?= $field['title'] ?></label><br />
|
||
|
<small><?= $field['description'] ?></small><br />
|
||
|
<?= $helper->field($fieldName, $field); ?>
|
||
|
</article>
|