hfkfhkfhgjkuhgfkjfghkj

This commit is contained in:
Local Dev
2025-02-03 12:03:51 -05:00
commit fd36f0f4bf
302 changed files with 22625 additions and 0 deletions

5
app/views/nav/pagination.html Executable file
View File

@ -0,0 +1,5 @@
<ul class="pagination">
{LOOP}
<li{ACTIVEPAGE}><a href="?page={PAGENUMBER}">{LABEL}</a></li>
{/LOOP}
</ul>