Commit 5e64e5bc4984dca42abd4e084e000a86fda3f858

Authored by Alex Savenko
2 parents dcde3927 dbe63a79

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' => $this->discount]) ?>
  161 + <?php $this->partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 5, 'discount' => $discount]) ?>
162 162 <?php endforeach; ?>
163 163 </div>
164 164 </div>
... ...