blob: 9bcba74e2628d647d51b5f4fc5eacd87b1a4f38b (
plain)
1
2
3
4
5
6
|
<div class="controls">
<?= $tabs ?>
</div>
<div class="content">
<?= $form->create()->setTitle(null) // @TODO(el): create() has to be called because the UserForm is setting the title there ?>
</div>
|