include('inc/controls.php'); ?>
include('inc/suche.php'); ?>
if (!isset($hauptthema) && !isset($thema)) echo '
Bitte wählen Sie ein Hauptthema:
';?>
if (isset($hauptthema)) echo '
Bitte wählen Sie ein Thema:
';?>
include('inc/rechte.php'); ?>
if (!isset($thema) && !isset($suchtext)) include('inc/themen.php'); else include('inc/liste.php');
?>