--- guestbook.module.orig	2008-09-04 20:00:03.000000000 +0200
+++ guestbook.module	2008-12-13 18:25:38.000000000 +0100
@@ -681,7 +681,7 @@ function theme_guestbook($uid, $entries,
   }
 
   // Form on separate page.
-  $output .= ($form_location == 'separate page' ? guestbook_form_entry($uid, 'link') : '');
+  $output .= ($form_location == 'separate page' ? '<p>&raquo; '. l(t('Add guestbook entry'), "guestbook/$uid/form") .'</p>' : '');
   // Form and pager above entries.
   $output .= ($form_location == 'above' ? guestbook_form_entry($uid) : '');
   $output .= ($pager_position & GUESTBOOK_PAGER_ABOVE ? theme('pager', NULL, $limit, 0) : '');
