Commit 0e46f0e866d5fcf86c57230d196b93b77024bb6e

Authored by Administrator
1 parent b554eb87

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