replace('***TITLE***',gT('TitleGuestbook')); ob_start(); $result=mysql_query("select * from Guestbook where Freigabe = 1 and FK_Projekt = ".__PROJECT_ID__." order by Zeit DESC"); ?>
Name:
E-Mail:
Eintrag:
-
 
replace('***CONTENT***',$content); $template->setTitle(gT('TitleGuestbook')); common(); $template->Output('print'); ?>