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 = "[ \""" . $lang['Goto_page'] . ": "; + $goto_page = "[ \""" . $lang['Goto_page'] . ": "; $times = 1; for($j = 0; $j < $replies + 1; $j += $board_config['topics_per_page']) diff --git a/phpBB/templates/subSilver/subSilver.cfg b/phpBB/templates/subSilver/subSilver.cfg index a4dd58feda..9dd52dcc3e 100644 --- a/phpBB/templates/subSilver/subSilver.cfg +++ b/phpBB/templates/subSilver/subSilver.cfg @@ -37,6 +37,7 @@ $images['icon_aim'] = "templates/subSilver/images/icon_aim.gif"; $images['icon_yim'] = "templates/subSilver/images/icon_yim.gif"; $images['icon_msnm'] = "templates/subSilver/images/icon_msnm.gif"; $images['icon_minipost'] = "templates/subSilver/images/icon_minipost.gif"; +$images['icon_gotopost'] = "templates/subSilver/images/icon_minipost.gif"; $images['icon_minipost_new'] = "templates/subSilver/images/icon_minipost_new.gif"; $images['icon_latest_reply'] = "templates/subSilver/images/icon_latest_reply.gif"; $images['icon_newest_reply'] = "templates/subSilver/images/icon_newest_reply.gif"; 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'])