Commit 595ed8b5b9785188732f3177aa3607e8e1441d7e
1 parent
0e46f0e8
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'] = 'Поиск '.(isset($keywords[0]) ? $keywords[0] : ''); | |
13 | +$this->params['seo']['title'] = 'Поиск'; | |
14 | 14 | $this->params['breadcrumbs'][] = ['label' => 'Поиск', 'url' => ['catalog/category', 'word' => implode(' ', $keywords)]]; |
15 | 15 | |
16 | 16 | ... | ... |