|
@@ 797-799 (lines=3) @@
|
| 794 |
|
} |
| 795 |
|
|
| 796 |
|
// And stuff below the attachments. |
| 797 |
|
if ($context['can_report_moderator'] || !empty($context['can_see_likes']) || !empty($context['can_like']) || $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']) |
| 798 |
|
echo ' |
| 799 |
|
<div class="under_message">'; |
| 800 |
|
|
| 801 |
|
// Maybe they want to report this post to the moderator(s)? |
| 802 |
|
if ($context['can_report_moderator']) |
|
@@ 916-918 (lines=3) @@
|
| 913 |
|
</ul>'; |
| 914 |
|
} |
| 915 |
|
|
| 916 |
|
if ($context['can_report_moderator'] || !empty($context['can_see_likes']) || !empty($context['can_like']) || $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']) |
| 917 |
|
echo ' |
| 918 |
|
</div>'; |
| 919 |
|
|
| 920 |
|
echo ' |
| 921 |
|
</div> |