Example #1
0
#Forum Function
$learn = new learn();
# STELLT DEN HEADER ZUR VERFÜGUNG
$learn->header();
$learn->logged_in("redirect", "index.php");
$learn->userHasRightPruefung("70");
$suche = isset($_GET['suche']) ? $_GET['suche'] : '';
echo $learn->suche($suche, "learnlernkarte", "frage", "?frage");
?>
<title>Steven.NET - Lernmodus</title>
	</head>
	<body>
		
		<div class='mainbodyDark'>
		
		<h2>Lernmodus Aktiv</h2>
		
		<?php 
$learn->showOptionsForAll();
?>
		<a href="index.php" class="buttonlink">Editiermodus</a>
		
		<?php 
$learn->mainLernmodusFunction();
?>
		
		</div>
	</body>
</div>
</html>