Files
SmartHomePHP/views/layouts/main-no-content.php
Alex Solomaha e101587067 Drawer fixes
2017-02-14 15:25:06 +02:00

15 lines
251 B
PHP

<?php
/* @var $this \yii\web\View */
/* @var $content string */
?>
<?php $this->beginContent('@app/views/layouts/base.php'); ?>
<?= $this->render('_header.php') ?>
<?= $this->render('_drawer.php') ?>
<?= $content ?>
<?php $this->endContent(); ?>