Logo white

Administrator / realy_old_artbox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • realy_old_artbox
  • backend
  • views
  • settings
  • index.php
  • Коммит последний день 2015
    5dfa349e
    Yarik authored
    2015-12-30 11:25:40 +0200  
    Browse Code »
index.php 206 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;
?>