Subversion Repositories SmartDukaan

Rev

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

Rev 13808 Rev 13815
Line 32... Line 32...
32
        </ul>
32
        </ul>
33
      </div>
33
      </div>
34
    </div>       
34
    </div>       
35
  <?php endforeach;?>    
35
  <?php endforeach;?>    
36
  <?php if($this->params->controller=='store_products'):?>
36
  <?php if($this->params->controller=='store_products'):?>
37
    <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>
37
    <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>
38
  <?php else:?>
38
  <?php else:?>
39
    <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>
39
    <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>
40
  <?php endif;?>
40
  <?php endif;?>
41
<?php endif;?>
41
<?php endif;?>
42
42