From f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Fri, 23 Feb 2001 21:50:53 +0000 Subject: *** empty log message *** git-svn-id: file:///svn/phpbb/trunk@35 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/functions/functions.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'phpBB/functions/functions.php') diff --git a/phpBB/functions/functions.php b/phpBB/functions/functions.php index 30356ff148..941ccd0e22 100644 --- a/phpBB/functions/functions.php +++ b/phpBB/functions/functions.php @@ -73,4 +73,46 @@ function get_newest_user($db) return($return_data); } } + +function make_jumpbox($db, $phpEx) +{ + + $boxstring = " +
+ \n
"; + + return($boxstring); +} + ?> -- cgit v1.2.1