Commit efb63a771e76d5a4d70e379bda9fdb5f5a49249c

Authored by Timur Kastemirov
1 parent 4c8a9208

show text on index page

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
frontend/views/layouts/main.php
@@ -324,13 +324,13 @@ @@ -324,13 +324,13 @@
324 $seo_text = Seo::widget([ 'row'=>'seo_text']); 324 $seo_text = Seo::widget([ 'row'=>'seo_text']);
325 if($seo_text){ 325 if($seo_text){
326 ?> 326 ?>
327 - <div class="seo-text style"> 327 + <div class="seo-text style show">
328 <?= $seo_text?> 328 <?= $seo_text?>
329 </div> 329 </div>
330 - <div class="posts-line-wr style">  
331 - <a class="all_seo_text" href="#">Развернуть текст</a>  
332 - <div><span></span></div>  
333 - </div> 330 +<!-- <div class="posts-line-wr style">-->
  331 +<!-- <a class="all_seo_text" href="#">Развернуть текст</a>-->
  332 +<!-- <div><span></span></div>-->
  333 +<!-- </div>-->
334 334
335 <?php } ?> 335 <?php } ?>
336 336