Commit 0613897db246ef54cf5b3112cc06d24b49683ee6
1 parent
28cb7e24
Веталь
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/views/catalog/products.php
| ... | ... | @@ -71,7 +71,10 @@ $this->registerJsFile(Yii::getAlias('@web/js/ion.rangeSlider.js'),[ |
| 71 | 71 | </nav> |
| 72 | 72 | |
| 73 | 73 | <div class="text_seo"> |
| 74 | - <?= Seo::widget([ 'row'=>'seo_text'])?> | |
| 74 | + <div> | |
| 75 | + <?= Seo::widget([ 'row'=>'seo_text'])?> | |
| 76 | + </div> | |
| 77 | + <a href="#" class="read_more_seo">Читать полностью</a> | |
| 75 | 78 | </div> |
| 76 | 79 | |
| 77 | 80 | <div class="loyout"> | ... | ... |