fresh start
This commit is contained in:
15
component/paging.php
Normal file
15
component/paging.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php if (!defined("__TYPECHO_ROOT_DIR__")) {
|
||||
exit();
|
||||
} ?>
|
||||
|
||||
<div class="flex justify-center">
|
||||
<div class="bg-block"></div>
|
||||
<nav aria-label="Page navigation" id="page-nav">
|
||||
<?php $this->pageNav("‹", "›", 1, "...", [
|
||||
"wrapTag" => "ul",
|
||||
"wrapClass" => "flex gap-x-5",
|
||||
"itemTag" => "li",
|
||||
"currentClass" => "active",
|
||||
]); ?>
|
||||
</nav>
|
||||
</div>
|
||||
Reference in New Issue
Block a user