setCommentsPerPage(10);
$gb->setTitle('Gästebuch');
$gb->loadXML(pathCombine(array($imSettings['general']['public_folder'], '/')));
$gb->showSummary(false);
$gb->showForm(false, false, true, 'anna@denkmal.at', 'guestbook', $imSettings['general']['url'] . '/admin/guestbook.php?id=x5gb1201');
$gb->showComments(false, 'asc', true);
?>