Skip to content
Snippets Groups Projects
Commit 5563c1b3 authored by Chris Hallberg's avatar Chris Hallberg Committed by Demian Katz
Browse files

Pagination roles.

parent bacb602b
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<?php if ($page != $this->current): ?> <?php if ($page != $this->current): ?>
<li><a href="<?=$this->currentPath() . $this->results->getUrlQuery()->setPage($page)?>"><?=$page?></a></li> <li><a href="<?=$this->currentPath() . $this->results->getUrlQuery()->setPage($page)?>"><?=$page?></a></li>
<?php else: ?> <?php else: ?>
<li class="active"><span><?=$page?></span></li> <li class="active" aria-current="page"><span><?=$page?></span></li>
<?php endif; ?> <?php endif; ?>
<?php endforeach; ?> <?php endforeach; ?>
<?php endif; ?> <?php endif; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment