Commit b4916f00365a9742bd46b3677c7746c5348a9981
1 parent
37428deb
rm node nodule
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
frontend/views/search/index.php
| ... | ... | @@ -10,7 +10,7 @@ use common\modules\product\helpers\ProductHelper; | 
| 10 | 10 | $page_data = [ | 
| 11 | 11 | 'keywords' => implode(' ', $keywords), | 
| 12 | 12 | ]; | 
| 13 | -$this->params['seo']['title'] = 'Поиск '.$keywords; | |
| 13 | +$this->params['seo']['title'] = 'Поиск'; | |
| 14 | 14 | $this->params['breadcrumbs'][] = ['label' => 'Поиск', 'url' => ['catalog/category', 'word' => implode(' ', $keywords)]]; | 
| 15 | 15 | |
| 16 | 16 | ... | ... | 
