Subversion Repositories SmartDukaan

Rev

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

Rev 13762 Rev 13815
Line 42... Line 42...
42
					</div>
42
					</div>
43
				</div>
43
				</div>
44
				<?php endforeach;?>
44
				<?php endforeach;?>
45
			<?php endif;?>
45
			<?php endif;?>
46
		<?php endforeach;?>
46
		<?php endforeach;?>
-
 
47
		<nav>
-
 
48
		  <ul class="pager">
-
 
49
		    <?php if($page>1):?><li><a href="<?php echo ($page-1);?>">Previous</a></li><?php endif;?>
-
 
50
		    <?php if($page<$totalPages):?><li><a href="<?php echo ($page+1);?>">Next</a></li><?php endif;?>
-
 
51
		  </ul>
-
 
52
		</nav>
47
	<?php else:?>
53
	<?php else:?>
48
		<h3>You haven't placed any orders till now</h3>
54
		<h3>You haven't placed any orders till now</h3>
49
	<?php endif;?>
55
	<?php endif;?>
50
	</div>
56
	</div>
51
</div>
57
</div>