Commit dbe63a794553815ca3af46e1591871da0c8dc1cc

Authored by Alex Savenko
1 parent 76f3d046

prices

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,7 +158,7 @@
158 <div class="items clearfix"> 158 <div class="items clearfix">
159 159
160 <?php foreach( $top_items as $k => $i ): ?> 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 <?php endforeach; ?> 162 <?php endforeach; ?>
163 </div> 163 </div>
164 </div> 164 </div>