Exemplo n.º 1
0
<?php

/**
 *
* HassCMS (http://www.hassium.org/)
*
* @link http://github.com/hasscms for the canonical source repository
* @copyright Copyright (c) 2016-2099 Hassium Software LLC.
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*/
use hass\backend\widgets\LeftNav;
/**
*
* @package hass\backend
* @author zhepama <*****@*****.**>
* @since 0.1.0
*/
/* @var $module \hass\backend\Module */
$module = \hass\backend\Module::getInstance();
?>
<aside class="main-sidebar">
	<section class="sidebar">
    <?php 
echo LeftNav::widget(['items' => $module->getLeftNav()]);
?>
    </section>
</aside>
Exemplo n.º 2
0
?>
" />
<meta name="viewport" content="width=device-width, initial-scale=1">
        <?php 
echo Html::csrfMetaTags();
?>
        <title><?php 
echo Html::encode($this->title);
?>
</title>
	    <?php 
$this->head();
?>
    </head>
<body class="sidebar-mini <?php 
echo Module::getInstance()->getTheme();
?>
" id="admin-body">
    <?php 
$this->beginBody();
?>
    <div class="wrapper">
        <?php 
echo $this->render('header.php');
?>

        <?php 
echo $this->render('left.php');
?>