include '../module.php'; printheader("kirbz.co.uk:guestbook"); // Usage: // printtoolbar ( 'home' , 'photos' , 'moose' , 'guinness' , 'guestbook' ) // Note that lost/ and trash/ are currently simply directory listings // therefore no argument is needed printtoolbar('guestbook'); $sidebarText = " " . linksSideBar(); $mainText = " "; $mainText .= listGuestbook(); $mainText .= "
"; // Now create the page printmain($sidebarText, $mainText); printfooter(); ?>