7 lines
241 B
HTML
Raw Normal View History

<?= Block::put('head') ?><?= Block::endPut() ?>
<?= Block::put('body') ?>
<?= Form::open(['class'=>'layout', 'onsubmit'=>'return false']) ?>
<?= $this->widget->manager->render() ?>
2015-03-15 21:54:32 -07:00
<?= Form::close() ?>
<?= Block::endPut() ?>