Your IP : 216.73.216.134


Current Path : /home/bijouxly/www/templates/untitled/editor/includes/
Upload File :
Current File : /home/bijouxly/www/templates/untitled/editor/includes/products_grid_pagination_2.php

<?php
function products_grid_pagination_2($object) {
?>
    <?php if ($object->vmPagination->get('pages.total') > 1) : ?>
        <div class="data-control-id-1967 bd-productsgridpagination-2">
            <?php
                $GLOBALS['theme_settings']['active_paginator'] = 'grid_2';
                echo $object->vmPagination->getPagesLinks();
            ?>
        </div>
    <?php endif; ?>
<?php
}