// while (list ($key, $val) = each ($nav)) {
// echo "$key $val
";
// }
$cesta="modules/".$nav[0]."/".$nav[1]."/".$nav[2].".php";
include $cesta;
?>
$path="http://www2.levelholding.cz/"; //$path0="http://www.levelholding.cz/"; //e¨jen pro ladeni na Locale $path1=$path0."portal/cz/novinky/"; import_request_variables("gP"); if($_SERVER["PATH_INFO"]=="") header("Location: $path1"); include "inc/error.php"; include "inc/db.php"; include "inc/classes.php"; $str = $_SERVER["PATH_INFO"]; $nav = preg_split('/\//', $str, -1, PREG_SPLIT_NO_EMPTY); $parent=$nav[0]; ?>