ok ich habs ausprobiert aber es funktioniert nicht!
Also neue Seite erstellt, versteckt, Template blank.
Und mein Quellcode sieht jetzt an der Stelle so aus:
<td class="content">
<?php page_content(1); ?> </td>
<td class="content2">
<?php page_content(2); ?> </td>
<?php
$get_content = $database->query("SELECT content FROM ".TABLE_PREFIX."mod_wysiwyg WHERE section_id = '28'");
$fetch_conten2 = $get_content->fetchRow();
$content = ($fetch_content['content']);
$wb->preprocess($content);
echo $content ;
?>