Commit 126ecd73cf4a6fc58a8e8783ec0c2c0667170ea0
1 parent
1ebf6408
status
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> | ... | ... |