Initial commit
This commit is contained in:
5
app/views/nav/pagination.html
Normal file
5
app/views/nav/pagination.html
Normal file
@ -0,0 +1,5 @@
|
||||
<ul class="pagination">
|
||||
{LOOP}
|
||||
<li{ACTIVEPAGE}><a href="?page={PAGENUMBER}">{LABEL}</a></li>
|
||||
{/LOOP}
|
||||
</ul>
|
Reference in New Issue
Block a user