Commit f9363db6c977554b1945f92ed0915f57612f4bdc
Merge branch 'discount' of gitlab.artweb.com.ua:Alex/semena
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/page/index.php
| ... | ... | @@ -158,7 +158,7 @@ |
| 158 | 158 | <div class="items clearfix"> |
| 159 | 159 | |
| 160 | 160 | <?php foreach( $top_items as $k => $i ): ?> |
| 161 | - <?php $this->partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 5, 'discount' => $discount]) ?> | |
| 161 | + <?php $this->partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 5]) ?> | |
| 162 | 162 | <?php endforeach; ?> |
| 163 | 163 | </div> |
| 164 | 164 | </div> | ... | ... |