|
@@ 824-826 (lines=3) @@
|
| 821 |
|
} |
| 822 |
|
|
| 823 |
|
// And stuff below the attachments. |
| 824 |
|
if ($context['can_report_moderator'] || !empty($modSettings['enable_likes']) || $message['can_approve'] || $message['can_unapprove'] || $context['can_reply'] || $message['can_modify'] || $message['can_remove'] || $context['can_split'] || $context['can_restore_msg'] || $context['can_quote']) |
| 825 |
|
echo ' |
| 826 |
|
<div class="under_message">'; |
| 827 |
|
|
| 828 |
|
// Maybe they want to report this post to the moderator(s)? |
| 829 |
|
if ($context['can_report_moderator']) |
|
@@ 956-958 (lines=3) @@
|
| 953 |
|
</ul><!-- .quickbuttons -->'; |
| 954 |
|
} |
| 955 |
|
|
| 956 |
|
if ($context['can_report_moderator'] || !empty($modSettings['enable_likes']) || $message['can_approve'] || $message['can_unapprove'] || $context['can_reply'] || $message['can_modify'] || $message['can_remove'] || $context['can_split'] || $context['can_restore_msg'] || $context['can_quote']) |
| 957 |
|
echo ' |
| 958 |
|
</div><!-- .under_message -->'; |
| 959 |
|
|
| 960 |
|
echo ' |
| 961 |
|
</div><!-- .postarea --> |