\n"; if ($inhalt == "orte") { include "inhalte/orte.php"; } else { ?>

\n\t\t
" . $g_Meldung . "
\n"; if (isset($inhalt)) { $Pfad = "inhalte/$inhalt.php"; if (file_exists($Pfad)) include $Pfad; } else include "inhalte/vita.php"; ?>
\n"; } else { header ("index.html"); exit; } ?>