Your IP : 216.73.216.43


Current Path : /home/c/b/e/cbequiperp/www/components/com_flexicontent/tmpl_common/
Upload File :
Current File : /home/c/b/e/cbequiperp/www/components/com_flexicontent/tmpl_common/pagination.php

<?php if ($this->params->get('show_pagination', 2) != 0) : ?>

<div class="pagination">
	
	<?php if ($this->params->get('show_pagination_results', 1)) : ?>
	<p class="counter pull-right">
		<?php echo $this->pageNav->getPagesCounter(); ?>
	</p>
	<?php endif; ?>
	
	<?php echo $this->pageNav->getPagesLinks(); ?>
	
</div>

<?php endif; ?>