Administration Panel"; } $current_time = time(); $template->assign_vars(array( "PHPBB_VERSION" => "2.0-alpha", "ADMIN_LINK" => $admin_link)); $template->pparse("overall_footer"); // // Close our DB connection. // $db->sql_close(); // // Output page creation time // $mtime = microtime(); $mtime = explode(" ",$mtime); $mtime = $mtime[1] + $mtime[0]; $endtime = $mtime; $totaltime = ($endtime - $starttime); printf("
phpBB Created this page in %f seconds.
", $totaltime); exit; ?>