pparse("output", "footer"); break; case 'viewforum': $jump_box = make_jumpbox($db, $phpEx); $template->set_var(array("JUMPBOX" => $jump_box)); $template->pparse("output", "footer"); break; } // Show the overall footer. if($user_logged_in) { $admin_link = "Administration Panel"; } $template->set_var(array("PHPBB_VERSION" => "2.0-alpha", "ADMIN_LINK" => $admin_link)); $template->pparse("output", "overall_footer"); // Close our DB connection. $db->sql_close(); $mtime = microtime(); $mtime = explode(" ",$mtime); $mtime = $mtime[1] + $mtime[0]; $endtime = $mtime; $totaltime = ($endtime - $starttime); printf("
phpBB Created this page in %f seconds.
", $totaltime); ?>