From 9a1e54af8ebc4628167585f11e614cce30e65e19 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 20 Oct 2016 14:57:33 +0300 Subject: [PATCH] big commti --- frontend/views/catalog/brand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/catalog/brand.php b/frontend/views/catalog/brand.php index acb0f2b..1a16ef0 100755 --- a/frontend/views/catalog/brand.php +++ b/frontend/views/catalog/brand.php @@ -11,7 +11,7 @@ use yii\widgets\ListView; $this->params['seo']['title'] = !empty($brand->meta_title) ? $brand->meta_title : ''; -$this->params['seo']['fields']['meta-title'] = $brand->meta_title; +$this->params['seo']['fields']['name'] = $brand->name; $this->params['seo']['h1'] = !empty($brand->h1) ? $brand->h1 : $brand->name; $this->params['seo']['seo_text'] = $brand->seo_text; $this->params['seo']['description'] = $brand->meta_desc; -- libgit2 0.21.4