ORIENT/modules/cms/controllers/media/index.htm

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-16 04:54:32 +00:00
<?= Form::close() ?>
<?= Block::endPut() ?>