| Line 47... |
Line 47... |
| 47 |
</ul>
|
47 |
</ul>
|
| 48 |
</div>
|
48 |
</div>
|
| 49 |
</div>
|
49 |
</div>
|
| 50 |
<?php endforeach;?>
|
50 |
<?php endforeach;?>
|
| 51 |
<?php if($this->params->controller=='store_products'):?>
|
51 |
<?php if($this->params->controller=='store_products'):?>
|
| 52 |
<p class="text-center"><a class="btn btn-primary" href="/store_products/getdeals/?page=<?php echo $page+1;?>&sort=<?php echo $sort;?>&direction=<?php echo $direction;?>">Load More</a></p>
|
52 |
<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>
|
| 53 |
<?php else:?>
|
53 |
<?php else:?>
|
| 54 |
<p class="text-center"><a class="btn btn-primary" href="/categories/getdeals/<?php echo $id;?>/?page=<?php echo ($page+1);?>&sort=<?php echo $sort;?>&direction=<?php echo $direction;?>">Load More</a></p>
|
54 |
<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>
|
| 55 |
<?php endif;?>
|
55 |
<?php endif;?>
|
| 56 |
<?php else:?>
|
56 |
<?php else:?>
|
| - |
|
57 |
<?php if($page==1):?>
|
| 57 |
<h4>The content you requested couldn't be found</h4>
|
58 |
<h4>The content you requested couldn't be found</h4>
|
| 58 |
<div class="text-center">
|
59 |
<div class="text-center">
|
| 59 |
<button type="button" class="btn btn-xs btn-primary refresh">Retry</button>
|
60 |
<button type="button" class="btn btn-xs btn-primary refresh">Retry</button>
|
| 60 |
</div>
|
61 |
</div>
|
| - |
|
62 |
<?php endif;?>
|
| 61 |
<?php endif;?>
|
63 |
<?php endif;?>
|
| 62 |
|
64 |
|