aboutsummaryrefslogtreecommitdiffstats
path: root/core/include/category/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/category/list.php')
-rw-r--r--core/include/category/list.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/include/category/list.php b/core/include/category/list.php
index 4702a79..3a5720b 100644
--- a/core/include/category/list.php
+++ b/core/include/category/list.php
@@ -52,7 +52,8 @@ $ListTemplate = Template\Factory::build('category/list');
$ListTemplate->set('PAGINATION', [
'THIS' => $currentSite,
'LAST' => $lastSite,
- 'HTML' => generateCategoryNaviTemplate($currentSite)
+ 'HTML' => createPaginationTemplate(
+ $currentSite, $lastSite, Application::getCategoryURL())
]);
$ListTemplate->set('LIST', [
'CATEGORIES' => $templates ?? []