diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 0cf46f7..ffcebcf 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -657,7 +657,7 @@ _________________________________________________________ -->
-

h1 ?>

+

h1) ?>

- +
diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 6eaf17b..e835b28 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -32,7 +32,7 @@ _________________________________________________________ -->


- +

diff --git a/frontend/widgets/SeoBreadcrumbs.php b/frontend/widgets/SeoBreadcrumbs.php index 1e88c11..107a65e 100644 --- a/frontend/widgets/SeoBreadcrumbs.php +++ b/frontend/widgets/SeoBreadcrumbs.php @@ -25,7 +25,7 @@ public $encodeLabels = false; public $itemTemplate = "
  • {link}
  • \n"; public $homeLink = [ - 'label' => 'Главная', + 'label' => "Главная", 'url' => '/', 'itemprop' => 'item', ]; @@ -40,7 +40,7 @@ $links = []; if ($this->homeLink === null) { $links[] = $this->renderItem_([ - 'label' => Yii::t('yii', 'Home'), + 'label' => Yii::t('app', 'Home'), 'url' => Yii::$app->homeUrl, ], $this->itemTemplate,1); } elseif ($this->homeLink !== false) { -- libgit2 0.21.4