include('.inc/global_defs.inc');
include('.inc/news.inc');
include('.inc/szkielet.inc');
include('.inc/sesja.inc');
if(isset($_GET['strona']) AND file_exists('tresc/'.$_GET['strona'].'.html'))
{
$L .= '
';
$L .= file_get_contents('tresc/'.$_GET['strona'].'.html');
$L .= '
';
}
else
{
header("Location: index.html");
}
$P .= PraweMenu();
print DrawSzkielet('Tarnowska Liga Futsalu - Futsal.tarnow.pl',$L,$P);
?>