Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy committed Oct 8, 2015
1 parent a1e2772 commit 0025525
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/default/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
use yii2mod\settings\models\enumerables\SettingType;
use yii2mod\settings\models\SettingModel;

$this->title = 'Settings';
/* @var $dataProvider \yii\data\ActiveDataProvider */
/* @var $searchModel \yii2mod\settings\models\search\SettingModelSearch */
$this->title = Yii::t('app', 'Settings');
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="setting-index">
Expand Down

0 comments on commit 0025525

Please sign in to comment.