pparse("output", "footer"); break; case 'viewforum': $template->set_var(array("PHPEX" => $phpEx, "FORUM_ID" => $forum_id)); $template->pparse("output", "footer"); break; case 'viewtopic': $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("