| Line 14... |
Line 14... |
| 14 |
<div onclick="toggleListview(event);"></div>
|
14 |
<div onclick="toggleListview(event);"></div>
|
| 15 |
</div>
|
15 |
</div>
|
| 16 |
</div><!--pd-info-head-->
|
16 |
</div><!--pd-info-head-->
|
| 17 |
<div class="couponhelptext">Apply Coupon code <span class="coupontext">saholicdeals</span> in cart page to avail this offer</div>
|
17 |
<div class="couponhelptext">Apply Coupon code <span class="coupontext">saholicdeals</span> in cart page to avail this offer</div>
|
| 18 |
<div id="page" style="display:none">1</div>
|
18 |
<div id="page" style="display:none">1</div>
|
| 19 |
<input type = "hidden" id="count" value="<?=3//$TotalPage?>"/>
|
19 |
<input type = "hidden" id="count" value="<?=$TotalPage?>"/>
|
| 20 |
<div id="appendlist" class="pd-list-hldr clearfix" >
|
20 |
<div id="appendlist" class="pd-list-hldr clearfix" >
|
| 21 |
<?php foreach ($results->items as $result) { ?>
|
21 |
<?php foreach ($results->items as $result) { ?>
|
| 22 |
<a class="pd-list" href="<?php echo base_url().$result->url;?>">
|
22 |
<a class="pd-list" href="<?php echo base_url().$result->url;?>">
|
| 23 |
<div class="pd-image" style='background:url("<?php echo str_replace("'","'",$result->image_url);?>")no-repeat center center;background-size:contain;'></div>
|
23 |
<div class="pd-image" style='background:url("<?php echo str_replace("'","'",$result->image_url);?>")no-repeat center center;background-size:contain;'></div>
|
| 24 |
<div class="pd-info">
|
24 |
<div class="pd-info">
|