Example #1
0
        <link rel="icon" href="<?php 
echo $asset->baseUrl;
?>
/favicon.ico" type="image/x-icon">
        <?php 
$this->head();
?>
    </head>
    <body>
        <?php 
$this->beginBody();
?>

        <?php 
NavBar::begin(['brandLabel' => Setting::get('sitename'), 'brandUrl' => Yii::$app->homeUrl, 'options' => ['class' => 'navbar-inverse  navbar-fixed-top']]);
$navs = Menu::getItems();
echo Nav::widget(['options' => ['class' => 'navbar-nav navbar-right'], 'items' => $navs]);
NavBar::end();
?>

        <div class="page-wrap">
            <?php 
if (isset($this->params['title'])) {
    ?>
                <div class="container">
                    <div class="row">
                        <div class="col-lg-12">
                            <h1 class="page-header"><?php 
    echo $this->params['title'];
    ?>
                                <small><?php