<?php $type = "guestbook"; $entryID = 1; $idLabel = "gbID"; $submitLabel = "GUESTBOOK_submit"; include($rel."libraries/comment/postComment.php"); $tpl->display("submitEntry.template", null, "guestbook"); ?>