aboutsummaryrefslogtreecommitdiffstats
path: root/core/include/category/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/category/main.php')
-rw-r--r--core/include/category/main.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/include/category/main.php b/core/include/category/main.php
index 066ea26..b1bea72 100644
--- a/core/include/category/main.php
+++ b/core/include/category/main.php
@@ -111,7 +111,8 @@ $CategoryTemplate->set('COUNT', [
$CategoryTemplate->set('PAGINATION', [
'THIS' => $currentSite,
'LAST' => $lastSite,
- 'HTML' => generateCategoryPostNaviTemplate($currentSite, $Category)
+ 'HTML' => createPaginationTemplate(
+ $currentSite, $lastSite, Application::getEntityURL($Category))
]);
$CategoryTemplate->set('LIST', [
'POSTS' => $post_templates ?? [],