Commit 6023a0e4c8922cb0dcce0e3fc8afa0f240990251
1 parent
630b55d1
big commti
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product.php
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | $this->title = $product->name; |
21 | 21 | |
22 | 22 | |
23 | - $this->params[ 'seo' ][ Seo::TITLE ] = $product->name .'купить в Киеве, Украине недорого - Лінія Світла'; | |
23 | + $this->params[ 'seo' ][ Seo::TITLE ] = $product->name .' купить в Киеве, Украине недорого - Лінія Світла'; | |
24 | 24 | $this->params[ 'seo' ][ 'fields' ][ 'name' ] = $product->name; |
25 | 25 | $this->params[ 'seo' ][ 'h1' ] = $product->name; |
26 | 26 | ... | ... |