Commit f9363db6c977554b1945f92ed0915f57612f4bdc

Authored by Alex Savenko
2 parents dccf3701 126ecd73

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