From b250bba47db5731462a2d752b6026c3d0620e255 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 24 Feb 2001 22:06:49 +0000 Subject: [PATCH] Minor layout and jumpbox changes git-svn-id: file:///svn/phpbb/trunk@49 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/functions/functions.php | 95 +++++++++++++++++------------------ 1 file changed, 47 insertions(+), 48 deletions(-) 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)