<?php
/*
+---------------------------------------------------------------+
| e107 website system
|
| ©Steve Dunstan 2001-2002
| http://e107.org
| hide@address.com
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
+---------------------------------------------------------------+
*/
require_once("../../class2.php");
require_once(e_PLUGIN."Liveforspeed/languages/".e_LANGUAGE.".php");
require_once(e_PLUGIN."Liveforspeed/funtions/detail.php");
?>
<title>Live For Speed Team Stats</title>
<body background="images/bg.png"; background-repeat: no-repeat>
<?
$text = "<br /><br /><br /><br /><div style='text-align:center'><center><table border='0' bordercolor='C0C0C0' cellpadding='4' cellspacing='0' style='border-collapse: collapse' style='font-family: Verdana; font-size: 10pt'>";
$text .= "</div></center>";
$ns -> tablerender($text);
// Create table to hold data
echo "<center>";
echo $pref['Liveforspeed_total'];
//*************************************************
// Comment and Uncomment the type of table you want
//*************************************************
//COMENTADO MAIS ACIMA, LINHA 103
//display_expandable_table3($TeamMembers, $LfsUsers, $InGameName, $TeamMembers2);
display_fixed_table($TeamMembers, $LfsUsers, $InGameName, $TeamMembers2);
/* Close the table */
echo "</table></center>";
?>