From 4a3c68f0ed30724196d8fe07799a0196a8492dce Mon Sep 17 00:00:00 2001 From: Dima Fedorchuk Date: Wed, 15 Jun 2016 16:33:32 +0300 Subject: [PATCH] Descr --- frontend/views/catalog/product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 07ea69f..4410c2d 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -5,7 +5,7 @@ use yii\helpers\Url; //$this->params['seo']['title'] = $product->fullname; $this->params['seo']['title'] = "Купить " . substr($product->category->categoryName->value, 0, -2) . " " . $product->fullname . " купить в Киеве, Харькове, Украине: цены, отзывы - Rukzachok.com.ua"; - +$this->params['seo']['description'] = "Заказать " . substr($product->category->categoryName->value, 0, -2) . " " . $product->fullname . " - самые модные и стильные рюкзаки в Украине по лучшим ценам. Интернет магазин рюкзаков Rukzachok.com.ua"; $this->title = $product->fullname; //$this->title = (! empty($product->meta_title)) ? $product->meta_title : $product->fullname; //$this->registerMetaTag (['name' => 'description', 'content' => ((! empty($product->meta_description)) ? $product->meta_description : $product->fullname)]); -- libgit2 0.21.4