Skip to content

Commit

Permalink
#24
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Jul 23, 2021
1 parent e72a276 commit c9d9343
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion layout/_partial/paginator.php
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
<?php $this->pageNav('<', '>', 2, '...', array('wrapTag' => 'nav', 'wrapClass' => 'nexmoe-page-nav', 'itemTag' => '', 'textTag' => 'span', 'currentClass' => 'page-number current', 'prevClass' => 'extend prev', 'nextClass' => 'extend next',)); ?>
<?php
$this->pageNav(
'<','>', 2, '...',
array(
'wrapTag' => 'nav',
'wrapClass' => 'nexmoe-page-nav',
'itemTag' => '',
'textTag' => 'a',
'currentClass' => 'page-number current',
'prevClass' => 'extend prev',
'nextClass' => 'extend next',
)
);
?>

0 comments on commit c9d9343

Please sign in to comment.