/*
script: left.html
purpose: this is the left column that is displayed.
copyright: copyright 2005 phpArcadeScript. All Rights Reserved. You may modify this file for use on your
site running a licenced copy of phpArcadeScript.
You must not distribute this file or derivations of it.
support: www.phparcadescript.com
*/
?>
game_jump_list($rewrite,$base_url,$sedir);?>
// Displays the menu
include ("templates/menu.html");
?>
// Displays the search box
include ("templates/search.html");
?>
if ($member_login == 1)
{
if(!isset($_SESSION['loggedin'])) {
include ("templates/loginbox.html");
echo "
";
}
else
{
include ("templates/useradmin.html");
echo "
";
}
}
?>
// Displays the stats
include ("templates/stats.html");
?>
if ($link_trading_list == 1)
{
echo "
";
// Displays the Link Trading Top Sites List
include ("templates/toplinks.html");
}
?>
if ($newest_games_list == 1)
{
echo "
";
// Displays the Newest Games List
include ("templates/newestgames.html");
}
?>
if ($most_played_games_list == 1)
{
echo "
";
// Displays the Most Played Games List
include ("templates/mostpopular.html");
}
?>
if ($top_players == 1)
{
echo "
";
// Displays the Top Players List
include ("templates/topplayers.html");
}
?>