diff --git a/phpBB/functions/functions.php b/phpBB/functions/functions.php index b9daefd91e..24f69ad180 100644 --- a/phpBB/functions/functions.php +++ b/phpBB/functions/functions.php @@ -74,57 +74,56 @@ function get_newest_user($db) } } -function make_jumpbox($db, $phpEx) +function make_jumpbox($db) { - $boxstring = " -
- Jump to: - \n
"; - - return($boxstring); + { + $boxstring .= "\n"; + } + + return($boxstring); } function get_moderators($db, $forum_id)