Logo white

Alex Savenko / proektant

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • proektant
  • backend
  • views
  • settings
  • index.php
  • init commit
    14a09168
    Alex Savenko authored
    2017-02-02 16:39:23 +0200  
    Browse Code ยป
index.php 217 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
<?php

/* @var $this yii\web\View */

use backend\models\AdminMenu;
use dmstr\widgets\Menu;
use yii\helpers\Url;

$this->title = Yii::t('app', 'Settings');
$this->params['breadcrumbs'][] = $this->title;
?>