. // This page is intended for forum readers (not necessarily posters). // It's linked to from the bottom of forum pages. require_once("../inc/util.inc"); require_once("../inc/forum.inc"); require_once("../project/project.inc"); page_head("Message board moderation"); echo tra("Our message boards are moderated. Posts are subject to the following rules:") .post_rules() ."
" .tra("If you think a post violates any of the rules, you can notify moderators by clicking the red X below the post and filling out the form.") ."
" .tra("This moderation policy is set by the %1 project. If you have comments about the policy or its enforcement, email %2.", PROJECT, SYS_ADMIN_EMAIL ); page_tail(); ?>