From 25f2b3d5de08beff311c1f9a353c94718ef1e4cd Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 21 Oct 2015 13:35:47 +0300 Subject: [PATCH] Importers CRUD --- backend/views/art-history/index.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/backend/views/art-history/index.php b/backend/views/art-history/index.php index fa7dcb0..461f5e4 100644 --- a/backend/views/art-history/index.php +++ b/backend/views/art-history/index.php @@ -7,6 +7,7 @@ use yii\grid\GridView; /* @var $searchModel common\models\ArtHistorySearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ + $this->title = 'Art Histories'; $this->params['breadcrumbs'][] = $this->title; ?> -- libgit2 0.21.4