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/search.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/search.php')
| -rw-r--r-- | phpBB/search.php | 2 |
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']) |
