<?php if ($this->fsType == 'fsStart'): ?> <fieldset<?php if ($this->class): ?> class="<?= $this->class; ?>"<?php endif; ?>> <?php if ($this->label): ?> <legend><?= $this->label; ?></legend> <?php endif; ?> <?php else: ?> </fieldset> <?php endif; ?>