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