Commit 67490c2daedbab27ac93842fa87950521ec38ef5

Authored by Administrator
1 parent c2feb66e

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 7 /* @var $searchModel common\models\ArtHistorySearch */
8 8 /* @var $dataProvider yii\data\ActiveDataProvider */
9 9  
  10 +
10 11 $this->title = 'Art Histories';
11 12 $this->params['breadcrumbs'][] = $this->title;
12 13 ?>
... ...