diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-10 00:17:20 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-10 00:17:20 +0000 |
commit | cd33d8e40ffdb1627ad69251c43596153a91b3b1 (patch) | |
tree | 2da655325d7fac9e9da11592c9b41033a46292f3 /phpBB/viewforum.php | |
parent | 43d81dfda3213ca98122fd3325a6ccb39821a926 (diff) | |
download | forums-cd33d8e40ffdb1627ad69251c43596153a91b3b1.tar forums-cd33d8e40ffdb1627ad69251c43596153a91b3b1.tar.gz forums-cd33d8e40ffdb1627ad69251c43596153a91b3b1.tar.bz2 forums-cd33d8e40ffdb1627ad69251c43596153a91b3b1.tar.xz forums-cd33d8e40ffdb1627ad69251c43596153a91b3b1.zip |
Added another image name for 'goto post'
git-svn-id: file:///svn/phpbb/trunk@1528 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 = " [ <img src=\"" . $images['icon_minipost'] . "\" alt=\"" . $lang['Goto_page'] . "\" title=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": "; + $goto_page = " [ <img src=\"" . $images['icon_gotopost'] . "\" alt=\"" . $lang['Goto_page'] . "\" title=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": "; $times = 1; for($j = 0; $j < $replies + 1; $j += $board_config['posts_per_page']) |