| Line 405... |
Line 405... |
| 405 |
|
405 |
|
| 406 |
<?php if(!$noscrolling):?>
|
406 |
<?php if(!$noscrolling):?>
|
| 407 |
<?php if($this->params->controller=='store_products'):?>
|
407 |
<?php if($this->params->controller=='store_products'):?>
|
| 408 |
<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>
|
408 |
<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>
|
| 409 |
<?php else:?>
|
409 |
<?php else:?>
|
| 410 |
<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>
|
410 |
<!-- <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> -->
|
| 411 |
|
411 |
|
| 412 |
<!-- <p class="text-center"><a class="btn btn-primary infitescroller" href="<?php //echo $nexturl;?>">Load More</a></p> -->
|
412 |
<p class="text-center"><a class="btn btn-primary infitescroller" href="<?php echo $nexturl;?>">Load More</a></p>
|
| 413 |
|
413 |
|
| 414 |
|
414 |
|
| 415 |
<?php endif;?>
|
415 |
<?php endif;?>
|
| 416 |
<?php endif;?>
|
416 |
<?php endif;?>
|
| 417 |
<?php else:?>
|
417 |
<?php else:?>
|