$linki=array('newsy/pokaz','clanmates','league','join','stuff','forb','links','forum','clanmatespl/bunny','clanmatespl/champ','clanmatespl/dulek','clanmatespl/ixna','clanmatespl/krzych','clanmatespl/luckyman','clanmatespl/luzah','clanmatespl/martinek','clanmatespl/mx','clanmatespl/pejus','clanmatespl/randal','clanmatespl/robond','clanmatespl/saq','clanmatespl/skian','clanmatespl/snake','clanmatespl/soczek','clanmatespl/azubi','clanmatespl/superman','clanmatespl/vvghost','clanmatespl/tomek','clanmatespl/zmiennik','clanmatespl/Doritos','clanmatespl/maciej','clanmatespl/flori','style/Proper','style/RR','style/Shopper','style/T17','style/Bng','style/Elite','mapy','programy','schematy','gfx','slownik','zasstyl','download/download/download.php','skroty','league110','archiwum');
if (isset($_GET['id'])) $id=$_GET['id']; else $id='';
if (!in_array($id,$linki)) $id=$linki[0];
if(file_exists($id.'.html')) include($id.'.html');
else if (file_exists($id.'.php')) include($id.'.php');
else echo ('Brak wskazanej podstrony.');
?>
|