<?php {include "../geschuetzt/Einstellungen.php";} ?>
<html>
<head>
<title>Suche (<?php echo $Texte['Version'] ?>)</title>
<?php
echo $MSnein;
echo $Icon;
?>
<meta name="wmm" content="belassen">
</head>
<body>
<?php
$wo = $_POST["wo"];
$SA = $_POST["SA"];
$von = $_POST["von"];
$Begriff = $_POST["Begriff"];
IF (strlen($Begriff) < $Such_L_min)
IF ($von == "S")
{include "Suchanfrage.php";}
ELSE {include "e_Suchanfrage.php";}
ELSE {include "suchen.php";}
?>
</body>
</html>