Commit 2fdaab7667cf980ad8a2162947aeecbf6747c839
1 parent
b6223059
search fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/page/search.php
@@ -58,7 +58,7 @@ | @@ -58,7 +58,7 @@ | ||
58 | <?php if( !empty( $groups ) ): ?> | 58 | <?php if( !empty( $groups ) ): ?> |
59 | <div class="items clearfix"> | 59 | <div class="items clearfix"> |
60 | <?php foreach( $groups as $k => $i ): | 60 | <?php foreach( $groups as $k => $i ): |
61 | - $this->partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3]); | 61 | + $this->partial('partial/item_group', ['k' => $k, 'i' => $i, 'limit' => 3, 'discount' => $discount]); |
62 | endforeach; ?> | 62 | endforeach; ?> |
63 | </div> | 63 | </div> |
64 | <?php endif; ?> | 64 | <?php endif; ?> |