That makes sense but....
This is the addpost.php sending the confirmation.
<br /><br />// ------------------------------------<br />// Now we give them a confirmation page<br />if ($Approved == "no") {<br /> if (!$debug) {<br /> include ("$thispath/templates/$tempstyle/addpost_moderated.tmpl");<br /> }<br />}<br />else {<br /><br /> if (!$what) {<br /> $what = $user['U_Display'];<br /> if (!$what) { $what = $theme['postlist']; }<br /> $what = "show$what";<br /> }<br /> if (!$debug) {<br /> include ("$thispath/templates/$tempstyle/addpost_confirm.tmpl");<br /> }<br />}<br /><br />$html -> send_footer();<br /><br /><br /><br /><br />?><br /><br />
there is no addpost.tmpl just the confirmation.
and that doesn't have any "footer stuff.