| Line 75... |
Line 75... |
| 75 |
</div>
|
75 |
</div>
|
| 76 |
<?php endif;?>
|
76 |
<?php endif;?>
|
| 77 |
</div>
|
77 |
</div>
|
| 78 |
<?php endforeach;?>
|
78 |
<?php endforeach;?>
|
| 79 |
</div>
|
79 |
</div>
|
| 80 |
<?php endforeach;?>
|
80 |
<?php endforeach;?>
|
| - |
|
81 |
<?php if(!$noscrolling):?>
|
| 81 |
<?php if($this->params->controller=='store_products'):?>
|
82 |
<?php if($this->params->controller=='store_products'):?>
|
| 82 |
<p class="text-center"><a class="btn btn-primary infitescroller" href="/store_products/getdeals/?page=<?php echo $page+1;?>&sort=<?php echo $sort;?>&direction=<?php echo $direction;?><?php echo $filterstr;?>">Load More</a></p>
|
83 |
<p class="text-center"><a class="btn btn-primary infitescroller" href="/store_products/getdeals/?page=<?php echo $page+1;?>&sort=<?php echo $sort;?>&direction=<?php echo $direction;?><?php echo $filterstr;?>">Load More</a></p>
|
| 83 |
<?php else:?>
|
84 |
<?php else:?>
|
| 84 |
<p class="text-center"><a class="btn btn-primary infitescroller" href="/categories/getdeals/<?php echo $id;?>/?page=<?php echo ($page+1);?>&sort=<?php echo $sort;?>&direction=<?php echo $direction;?><?php echo $filterstr;?>">Load More</a></p>
|
85 |
<p class="text-center"><a class="btn btn-primary infitescroller" href="/categories/getdeals/<?php echo $id;?>/?page=<?php echo ($page+1);?>&sort=<?php echo $sort;?>&direction=<?php echo $direction;?><?php echo $filterstr;?>">Load More</a></p>
|
| 85 |
<?php endif;?>
|
86 |
<?php endif;?>
|
| 86 |
<?php else:?>
|
- |
|
| 87 |
<?php if($page==1):?>
|
- |
|
| 88 |
<h4>The content you requested couldn't be found</h4>
|
- |
|
| 89 |
<div class="text-center">
|
- |
|
| 90 |
<button type="button" class="btn btn-xs btn-primary refresh">Retry</button>
|
- |
|
| 91 |
</div>
|
- |
|
| 92 |
<?php endif;?>
|
87 |
<?php endif;?>
|
| 93 |
<?php endif;?>
|
- |
|
| 94 |
|
88 |
<?php else:?>
|
| - |
|
89 |
<?php if($page==1):?>
|
| - |
|
90 |
<h4>The content you requested couldn't be found</h4>
|
| - |
|
91 |
<div class="text-center">
|
| - |
|
92 |
<button type="button" class="btn btn-xs btn-primary refresh">Retry</button>
|
| - |
|
93 |
</div>
|
| - |
|
94 |
<?php endif;?>
|
| - |
|
95 |
<?php endif;?>
|
| - |
|
96 |
|
| 95 |
|
97 |
|