Mini Shell

Direktori : /home/brasafestival/www/old/bkp_2023/app/Plugin/Painel/View/Elements/
Upload File :
Current File : /home/brasafestival/www/old/bkp_2023/app/Plugin/Painel/View/Elements/paginator.ctp

<?PHP
if($this->Paginator && $this->Paginator->hasPage(2)):
    if(!isset($prev)) $prev='«';
    if(!isset($next)) $next='»';
    if(!isset($separator)) $separator=false;
?>
<nav class="paginator">
    <?PHP
        echo $this->Paginator->prev($prev);
        echo $this->Paginator->numbers(array('separator'=>$separator));
        echo $this->Paginator->next($next);
    ?>
</nav>
<?PHP endif; ?>

Zerion Mini Shell 1.0