Example #1
0
echo Html::csrfMetaTags();
?>
        <title><?php 
echo Html::encode($this->title);
?>
</title>
        <?php 
$this->head();
?>
    </head>
    <body class="hold-transition skin-blue sidebar-mini">
        <?php 
$this->beginBody();
?>
        <?php 
echo uran1980\yii\widgets\pace\Pace::widget(['color' => 'red', 'theme' => 'flash', 'paceOptions' => ['ajax' => false, 'document' => false, 'startOnPageLoad' => false]]);
?>
        <div class="wrapper">    
            <header class="main-header">
                <!-- Logo -->
                <a href="<?php 
echo \yii\helpers\Url::to(['/site/index']);
?>
" class="logo" style="font-style: italic;">
                    <!-- mini logo for sidebar mini 50x50 pixels -->
                    <span class="logo-mini" ><b>B</b>iz3</span>
                    <!-- logo for regular state and mobile devices -->
                    <span class="logo-lg"><b>B</b>iz3-Fico</span>
                </a>
                <!-- Header Navbar: style can be found in header.less -->
                <nav class="navbar navbar-static-top" role="navigation">
Example #2
0
<?php

use yii\helpers\Html;
use uran1980\yii\widgets\scrollToTop\ScrollToTop;
uran1980\yii\widgets\pace\Pace::widget();
$this->beginPage();
?>
<!DOCTYPE html>
<html lang="<?php 
echo Yii::$app->language;
?>
">
    <head>
        <meta charset="<?php 
echo Yii::$app->charset;
?>
" />
        <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>
        <?php