From 947fbfd820d68406fafbcda116c9fa10a1dc27bb Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 13 Mar 2012 09:28:05 +0000 Subject: [PATCH] comment index -> comment/list, not post/list --- ext/comment/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/comment/theme.php b/ext/comment/theme.php index 281bf17c..0b644390 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -36,7 +36,7 @@ class CommentListTheme extends Themelet { $h_prev = ($page_number <= 1) ? "Prev" : 'Prev'; - $h_index = "Index"; + $h_index = "Index"; $h_next = ($page_number >= $total_pages) ? "Next" : 'Next';