importHTML("../templates/dashboard.html"); if(@$_SESSION['LEVEL'] > 100) $HTML->importHTML("../templates/dashboard-admin.html"); $HTML->ReplaceLayoutInhalt("%%USERNAME%%", htmlspecialchars(@$_SESSION['DISPLAYNAME'])); } ?>