isSpecialUser(S_MODERATOR)) { // Can't moderate without being moderator error_page("You are not authorized to moderate this post."); } $postid = get_int('id'); $post = new Post($postid); $thread = $post->getThread(); page_head('Forum'); //start form echo "
"; page_tail(); ?>