From cd33d8e40ffdb1627ad69251c43596153a91b3b1 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 10 Dec 2001 00:17:20 +0000 Subject: Added another image name for 'goto post' git-svn-id: file:///svn/phpbb/trunk@1528 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewforum.php') diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 84b8636cad..8311a4a8f1 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -431,7 +431,7 @@ if( $total_topics ) if( ( $replies + 1 ) > $board_config['posts_per_page'] ) { - $goto_page = " [ \""" . $lang['Goto_page'] . ": "; + $goto_page = " [ \""" . $lang['Goto_page'] . ": "; $times = 1; for($j = 0; $j < $replies + 1; $j += $board_config['posts_per_page']) -- cgit v1.2.1