'; $button=Function_getTopic_01; $topic=new Topic; $topic->getActiveTopic(); $arrayTopic = $topic->getTopicArray(); echo "
\n"; // In der Mitte der Inhalt showForm($t_id,$button,$arrayTopic ); } function getTopicStatistic($t_id){ // Wertprüfung $t_id=abs(intval($t_id)); echo '
'; $button=Function_getTopic_02; $topic=new Topic; $topic->getTopic(); $arrayTopic = $topic->getTopicArray(); echo "
\n"; // In der Mitte der Inhalt showForm($t_id,$button,$arrayTopic ); } function getTopicStartTest($t_id){ // Wertprüfung $t_id=abs(intval($t_id)); echo ''; $button=Function_getTopic_03; $topic=new Topic; $topic->getActiveTopic(); $arrayTopic = $topic->getTopicArray(); echo "
\n"; // In der Mitte der Inhalt showForm($t_id,$button,$arrayTopic ); } function showForm($t_id,$button,$arrayTopic ){ // Dateien einbinden require_once($_SESSION['_config']['filepath']."classes/Topic.class.php"); require_once($_SESSION['_config']['filepath']."includes/db_connect.inc"); // Wertprüfung $t_id=abs(intval($t_id)); echo""; echo' '; echo"
"; echo "
"; } ?>