From 33d742d92b26cbd66cb418ed19c19a234806a828 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Thu, 5 Jul 2018 15:37:34 +0300 Subject: [PATCH] - title description, h1 on book view1 --- frontend/views/book/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/book/view.php b/frontend/views/book/view.php index 4a0be8d..5c5bf45 100644 --- a/frontend/views/book/view.php +++ b/frontend/views/book/view.php @@ -70,7 +70,7 @@ $this->registerJs($js, View::POS_READY); $seo = \Yii::$app->get('seo'); $seo->forseLoaded(false); $seo->setAlias(new Alias([ - 'title' => 'Книга \''.$model->title.'\' - Автор: '.$model->author->name.' '.$model->author->secondname, + 'title' => 'Книга \''.$model->title.'\' - Автор: '.$model->author->name.' '.$model->author->secondname.' | Бібліотека Юрія Бутусова', 'description' => $model->preview ])) ?> -- libgit2 0.21.4