From 3bb53afceaebabf2d5df03cfa05cbf6eda45e6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Thu, 10 Jul 2025 19:48:37 +0800 Subject: [PATCH] 1.2.0 --- card.php | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/card.php b/card.php index 557974f..b34bbe7 100644 --- a/card.php +++ b/card.php @@ -73,7 +73,7 @@ if ($pageprev == '1' && $this->have()): 'wrapClass' => 'pagination comment-ajax-load', 'itemTag' => 'li', 'textTag' => 'span', - 'currentClass' => 'active', + 'currentClass' => 'cur', 'prevClass' => 'prev', 'nextClass' => 'next' )); ?> diff --git a/index.php b/index.php index f45c9ae..d4e6134 100644 --- a/index.php +++ b/index.php @@ -82,7 +82,7 @@ if ($pageprev == '1' && $this->have()): 'wrapClass' => 'pagination comment-ajax-load', 'itemTag' => 'li', 'textTag' => 'span', - 'currentClass' => 'active', + 'currentClass' => 'cur', 'prevClass' => 'prev', 'nextClass' => 'next' )); ?>