Commit 33d742d92b26cbd66cb418ed19c19a234806a828

Authored by Anastasia
1 parent 2229c4eb

- title description, h1 on book view1

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/book/view.php
... ... @@ -70,7 +70,7 @@ $this->registerJs($js, View::POS_READY);
70 70 $seo = \Yii::$app->get('seo');
71 71 $seo->forseLoaded(false);
72 72 $seo->setAlias(new Alias([
73   - 'title' => 'Книга \''.$model->title.'\' - Автор: '.$model->author->name.' '.$model->author->secondname,
  73 + 'title' => 'Книга \''.$model->title.'\' - Автор: '.$model->author->name.' '.$model->author->secondname.' | Бібліотека Юрія Бутусова',
74 74 'description' => $model->preview
75 75 ]))
76 76 ?>
... ...