<?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(e_PLUGIN."Liveforspeed/languages/".e_LANGUAGE.".php");
require_once(e_PLUGIN."Liveforspeed/funtions/paintext.php");
$caption = lfs_MENU_1;
$text = "<div style='text-align:center'><table border='1' bordercolor='C0C0C0' cellpadding='4' cellspacing='0' style='border-collapse: collapse' style='font-family: Verdana; font-size: 10pt'>";
$text .= "</div>";
$ns -> tablerender($caption, $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_table1($TeamMembers, $LfsUsers, $InGameName);
display_fixed_table($TeamMembers, $LfsUsers, $InGameName, $TeamMembers2);
/* Close the table */
echo "</table></center>";
if($pref['Liveforspeed_detail']==1){
?>
<html>
<head>
<script>
function popUp(url){
window.open(url,"pop","width=400,height=300,toolbars=0,scrollbars=1")
}
</script>
</head>
<body>
<a href="javascript:popUp('<? echo "".e_PLUGIN."" ?>Liveforspeed/detail.php');">Details</a></p>
</body>
</html>
<?
}
?>