Author: Dmitry Erofeev (dmeroff@gmail.com)
Inheritance: extends yii\bootstrap\Nav
Beispiel #1
0
<?php

/*
 * This file is part of the Dektrium project.
 *
 * (c) Dektrium project <http://github.com/dektrium>
 *
 * For the full copyright and license information, please view the LICENSE.md
 * file that was distributed with this source code.
 */
/**
 * @var $this     yii\web\View
 * @var $content string
 */
use dektrium\rbac\widgets\Menu;
?>

<?php 
echo Menu::widget();
?>

<div style="padding: 10px 0">
    <?php 
echo $content;
?>
</div>