<?php
/************************************
* Cadence
* Remotely Hosted Guestbook Script.
* (c) 2006, Dennis Pedrie
* www.CadenceBook.com
* addcomplete.php
***********************************
* Cadence Guestbook is licensed under
* a Creative Commons License.
* More information is available by visiting
* http://creativecommons.org/licenses/by/3.0/
* or the LICENSE file in the Cadence Root Folder
***********************************/
if(!defined('IN_CADENCE')) {
trigger_error("You may not access this file directly",E_USER_ERROR);
}
//Header
$tpl->display($gbook->style .'/header.tpl',$book);
echo "Comment Saved. Click <a href='index.php?book=$book'>here</a> to continue.<br /><br />";
//Footer
$tpl->display($gbook->style .'/footer.tpl');
?>