. For more information, visit http://sourceforge.net/projects/ipreg, or contact me at wietsew@users.sourceforge.net *****************************************************************************/ // includes include("includes.php"); // start output include("header.php"); // set language variables $smarty->assign($lang); // get error $comments = sanitize($_GET['comments']); // set veriables $smarty->assign("comments", $lang['lang_comments_' . $comments]); // output $smarty->display("comments.tpl"); include("footer.php"); ?>