6 lines
158 B

<?php
/* @var $this yii\web\View */
$this->title = 'Dashboard';
$this->params['subtitle'] = 'Control panel';
$this->params['breadcrumbs'][] = $this->title;
?>