Commit a4c279aceac2537a6c6c50ad1255241af5d33106

Authored by Administrator
1 parent b4916f00

rm node nodule

Showing 1 changed file with 2 additions and 2 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'] = 'Поиск';
  13 +$this->params['seo']['title'] = 'Поиск '.implode(' ', $keywords);
14 14 $this->params['breadcrumbs'][] = ['label' => 'Поиск', 'url' => ['catalog/category', 'word' => implode(' ', $keywords)]];
15 15  
16 16  
... ... @@ -43,7 +43,7 @@ $this->params['seo']['meta']= 'noindex,follow';
43 43 </div>
44 44 <?php endif ?>
45 45 <div class="content">
46   - <h1>Поиск</h1>
  46 + <h1>Поиск <?= implode(' ', $keywords) ?></h1>
47 47 <div class="ten"></div>
48 48 <div class="products pn">
49 49 <ul>
... ...