|
$x=$_GET['x'];
if(strstr($x,"clanstvo")) include("mclan.htm");
else if(strstr($x,"vodstvo")) include("mvod.htm");
else if(strstr($x,"projekti")) include("mproj.htm");
else if(strstr($x,"razpisi")) include("mraz.htm");
else include("prvim.htm");
?>
|
|
$number = "3";
$y=$_GET['y'];
if(strstr($y,"kdosmo")) include("kdosmo.htm");
else if(strstr($y,"cilji")) include("cilji.htm");
else if(strstr($y,"delovanje")) include("delovanje.htm");
else if(strstr($y,"podrocjad")) include("podrocjad.htm");
else if(strstr($y,"mediji")) include("mediji.htm");
else if(strstr($y,"kontakt")) include("kontakt.htm");
else if(strstr($y,"pogoji")) include("cpogoj.htm");
else if(strstr($y,"polnop")) include("cpolno.htm");
else if(strstr($y,"prid")) include("cprid.htm");
else if(strstr($y,"pristop")) include("cpristop.htm");
else if(strstr($y,"povezave")) include("cpovezave.htm");
else if(strstr($y,"organi")) include("vorgani.htm");
else if(strstr($y,"vdelavci")) include("vdelavci.htm");
else if(strstr($y,"proj05")) include("proj.php");
else if(strstr($y,"proj04")) include("proj04.htm");
else if(strstr($y,"razp")) include("razp.php");
else include ("cutenews/show_news.php");
?> |
|
 |
include("vote.php"); ?>
|
|