/**
* Sends the http header information and initialises the tabular layout
**/
function display_header($id=0)
{
?>
if($id != 0){
//-- fetch the player's details
$details = new player_details();
//-- setup the profile details and if successful display
if($details->setup_user_details($id, GET_BIO))
{
?>
echo htmlspecialchars($details->forename, ENT_QUOTES) . " " . htmlspecialchars($details->surname, ENT_QUOTES) . " - " . htmlspecialchars($details->location, ENT_QUOTES);?> - Poker Player - on Blondepedia - the world's largest poker bio and image database
} else {
?>
Blondepedia - the world's largest poker bio and image database
}
} else {
?>
Blondepedia - the world's largest poker bio and image database
}
?>
//print_r($_SESSION["user_details"]);
}
/**
* Organises the div that will home the page banner SWFobject.
**/
function display_banner()
{
?>
}
/**
* Organises main content of the page, starting with the side menu
**/
function start_body()
{
?>
}
/**
* finishes off main content of the page, closing the holding cell
**/
function close_body()
{
?>
}
/**
* Tidies up the page layout and closes the html. Also houses
* the javascripts for the page, notably for SWFobjects.
**/
function display_footer()
{
?>