Subversion Repositories SmartDukaan

Rev

Rev 13944 | Rev 14150 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13944 Rev 13984
Line 44... Line 44...
44
  <?php if($this->params->controller=='store_products'):?>
44
  <?php if($this->params->controller=='store_products'):?>
45
    <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>
45
    <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>
46
  <?php else:?>
46
  <?php else:?>
47
    <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>
47
    <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>
48
  <?php endif;?>
48
  <?php endif;?>
-
 
49
<?php else:?>
-
 
50
  <h4>The content you requested couldn't be found</h4>
49
<?php endif;?>
51
<?php endif;?>
50
52