Commit 25f2b3d5de08beff311c1f9a353c94718ef1e4cd

Authored by Administrator
1 parent a7467ff9

Importers CRUD

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
backend/views/art-history/index.php
@@ -7,6 +7,7 @@ use yii\grid\GridView; @@ -7,6 +7,7 @@ use yii\grid\GridView;
7 /* @var $searchModel common\models\ArtHistorySearch */ 7 /* @var $searchModel common\models\ArtHistorySearch */
8 /* @var $dataProvider yii\data\ActiveDataProvider */ 8 /* @var $dataProvider yii\data\ActiveDataProvider */
9 9
  10 +
10 $this->title = 'Art Histories'; 11 $this->title = 'Art Histories';
11 $this->params['breadcrumbs'][] = $this->title; 12 $this->params['breadcrumbs'][] = $this->title;
12 ?> 13 ?>