Commit b3e3a49d623da2636de1fb2b77729b9d867a59c2

Authored by Dima
1 parent f7011547

new link in open all

src/app/frontend/views/page/subtype.php
... ... @@ -217,7 +217,7 @@
217 217 {
218 218 echo'<div class="inner1"><div class="paginate" align="center">';
219 219 echo $paginate;
220   - if(empty($_GET['all']))echo'<div align="center"><a href="'.$this->seoUrl->setUrl($this->url->get($page_url_for_sort['3'])).'?all=1" style="display:block;margin-bottom:20px;">'.$t->_("show_all").'</a></div>';
  220 + if(empty($_GET['all']))echo'<div align="center"><a href="'.$this->seoUrl->setUrl($this->url->get($page_url_for_sort['3'])).'?all=1#item_'.($page*12).'" style="display:block;margin-bottom:20px;">'.$t->_("show_all").'</a></div>';
221 221 echo '</div></div>';
222 222  
223 223 }
... ...
src/app/frontend/views/partial/item_group.php
1   -<div class="one_item float <?= ( ($k+1) % $limit == 0 ? 'last' : '' ) ?>">
  1 +<div class="one_item float <?= ( ($k+1) % $limit == 0 ? 'last' : '' ) ?>" id="item_<?=$k?>">
2 2  
3 3 <?php
4 4 /*
... ...