Subversion Repositories SmartDukaan

Rev

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

Rev 17111 Rev 17117
Line 47... Line 47...
47
				echo $this->Paginator->next(__('next') . ' >', array(), null, array('class' => 'next disabled'));*/
47
				echo $this->Paginator->next(__('next') . ' >', array(), null, array('class' => 'next disabled'));*/
48
			?>
48
			?>
49
			</div>
49
			</div>
50
			<nav>
50
			<nav>
51
			  <ul class="pager">
51
			  <ul class="pager">
52
			    <?php if($page>1):?><li><a href="<?php echo '?page='.($page-1);?>">Previous</a></li><?php endif;?>
52
			    <?php if($page>1):?><li><a href="<?php echo '?page='.($page-1);?><?php if(isset($q)):?>&q=<?php echo $q;?><?php endif;?>">Previous</a></li><?php endif;?>
53
			    <li><a href="<?php echo '?page='.($page+1);?>">Next</a></li>
53
			    <li><a href="<?php echo '?page='.($page+1);?><?php if(isset($q)):?>&q=<?php echo $q;?><?php endif;?>">Next</a></li>
54
			  </ul>
54
			  </ul>
55
			</nav>
55
			</nav>
56
		</div>
56
		</div>
57
	</div>
57
	</div>
58
</div>
58
</div>