aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-10 00:17:20 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-10 00:17:20 +0000
commitcd33d8e40ffdb1627ad69251c43596153a91b3b1 (patch)
tree2da655325d7fac9e9da11592c9b41033a46292f3 /phpBB/search.php
parent43d81dfda3213ca98122fd3325a6ccb39821a926 (diff)
downloadforums-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/search.php')
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 0ffc8dd57f..7b3634fe38 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -1018,7 +1018,7 @@ else if( $query_keywords != "" || $query_author != "" || $search_id )
if( $replies > $board_config['topics_per_page'] )
{
- $goto_page = "[ <img src=\"" . $images['icon_minipost'] . "\" alt=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": ";
+ $goto_page = "[ <img src=\"" . $images['icon_gotopost'] . "\" alt=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": ";
$times = 1;
for($j = 0; $j < $replies + 1; $j += $board_config['topics_per_page'])