Številčenje
<div class="column-group half-top-space">
<div class="screen-50 tablet-50 mobile-100 phone-100"><span class="wojo label"><?php echo Lang::$word->_PAG_TOTAL . ': ' . $pager->items_total; ?> / <?php echo Lang::$word->_PAG_CURPAGE . ': ' . $pager->current_page . ' ' . Lang::$word->_PAG_OF . ' ' . $pager->num_pages; ?></span></div>
<div class="screen-50 tablet-50 mobile-100 phone-100">
<div class="pagination push-right"><?php echo $pager->display_pages(); ?></div>
</div>
</div>