|
| |
|
| |
|
| |
|
| |
| \n";
print "\n";
print " \n";
menuItem("credits", "Credits", "Add credits to your account");
print " \n";
print " | | \n";
print "\n";
}
?>
|
| |
| \n";
print "\n";
print " \n";
menuItem("register", "Register", "Register for a FWOF account");
print " \n";
print " | | \n";
print "\n";
}
?>
|
| |
get_ID());
// if ($_user->get_team() > 0){
// $_team = new Team($_user->get_team());
// }
//} else {
// define("USER_ID", 0);
//}
//if ($obj->get_user() == 1){
// if (!$_user){
// gotoLogin($page);
// }
//}
// Here check for user Alan
if ($_user){
if ($_user->get_username() == "gnx91527"){
// Add the last menu item
print " | ";
print "";
print " ";
menuItem("administration", "Admin", "Administration page");
print " ";
print " | | ";
print " ";
}
}
print " \n";
print " | ";
print "\n";
new Log("Page " . $page . " loaded");
require "./pages/" . $page . ".php";
$bck = checkGET('back');
if ($bck){
// Here we split the string up. Anything with * converted to &
// Anything with @ converted to =
print "
";
ahref($bck, "Back", "Return to previous page.");
print " to previous page";
}
print "
";
print "Fantasy World Of Football. Copyright 2006\n";
print "
";
?>
|