';
// Don't have any watched users right now?
if (empty($context['reported_posts']))
echo '
', $txt['mc_recent_reports_none'], '
';
echo '
';
}
function template_viewmodreport()
{
global $context, $scripturl, $txt;
// Let them know the action was a success.
if (!empty($context['report_post_action']))
{
echo '
';
}
function template_edit_comment()
{
global $context, $scripturl, $txt;
echo '
';
}
// A block to show the current top reported member profiles.
function template_reported_members_block()
{
global $context, $txt, $scripturl;
echo '
';
// Don't have any reported members right now?
if (empty($context['reported_members']))
echo '
', $txt['mc_recent_reports_none'], '
';
echo '
';
}
function template_reported_members()
{
global $context, $txt, $scripturl;
// Let them know the action was a success.
if (!empty($context['report_post_action']) && !empty($txt['report_action_'. $context['report_post_action']]))
{
echo '
';
}
echo '
';
}
function template_viewmemberreport()
{
global $context, $scripturl, $txt;
// Let them know the action was a success.
if (!empty($context['report_post_action']))
{
echo '