=cat_jump_list($rewrite,$base_url);?>
// If the user is not logged in, then load the login form
if ($_SESSION['loggedin']!=1 && $member_login==1)
include ("./templates/$template_directory/loginform.html");
// If the user is logged in, then load the user control panel template
elseif ($_SESSION['loggedin']==1 && $member_login==1)
include ("./templates/$template_directory/usercp.html");
?>