<?php
$test = $this -> checkSyntaxHighlighting;
$antwort = ($test) ? 'Danke Julius!' : 'Geht noch immer nicht!';
echo $antwort;
?>
<?php
$test = $this -> checkSyntaxHighlighting;
$antwort = ($test) ? 'Danke Julius!' : 'Geht noch immer nicht!';
echo $antwort;
?>