'; + + switch ($admin_message['admin_type']) { + case 0: + echo $admin_message['admin_text']; + break; + case 1: + echo 'Your '.($admin_message['is_reply'] == 0 ? 'post' : 'reply').' was identified as spam, so it was removed. Continued violations may result in restrictions on your use of Cedar.'; + break; + case 2: + echo 'Your '.($admin_message['is_reply'] == 0 ? 'post' : 'reply').' contained sexually explicit content, so it was removed. Continued violations may result in restrictions on your use of Cedar.'; + break; + } + + + echo '