$content = $_REQUEST["dzial"]; $prefix = "_html/"; $sufix = "/index.php"; if(isset($content)){ if($content==1){ $content="news"; } if($content==2){ $content="katalog"; } if($content==3){ $content="galeria"; } if($content==4){ $content="regulaminy"; } if($content==5){ $content="ske"; } if($content==6){ $content="kkksl"; } $content_all = $prefix . $content . $sufix; } else { $content = "news"; $content_all = $prefix . $content . $sufix; } $dzial = $_REQUEST["dzial"]; ?>
|
|
|