|
@@ 522-527 (lines=6) @@
|
| 519 |
|
<h3 class="catbg">', $txt['mc_memberreport_whoreported_title'], '</h3> |
| 520 |
|
</div>'; |
| 521 |
|
|
| 522 |
|
foreach ($context['report']['comments'] as $comment) |
| 523 |
|
echo ' |
| 524 |
|
<div class="windowbg"> |
| 525 |
|
<p class="smalltext"> |
| 526 |
|
', sprintf($txt['mc_modreport_whoreported_data'], $comment['member']['link'] . (empty($comment['member']['id']) && !empty($comment['member']['ip']) ? ' (' . $comment['member']['ip'] . ')' : ''), $comment['time']), ' |
| 527 |
|
</p> |
| 528 |
|
<p>', $comment['message'], '</p> |
| 529 |
|
</div>'; |
| 530 |
|
|
|
@@ 232-237 (lines=6) @@
|
| 229 |
|
<h3 class="catbg">', $txt['mc_modreport_whoreported_title'], '</h3> |
| 230 |
|
</div>'; |
| 231 |
|
|
| 232 |
|
foreach ($context['report']['comments'] as $comment) |
| 233 |
|
echo ' |
| 234 |
|
<div class="windowbg"> |
| 235 |
|
<p class="smalltext"> |
| 236 |
|
', sprintf($txt['mc_modreport_whoreported_data'], $comment['member']['link'] . (empty($comment['member']['id']) && !empty($comment['member']['ip']) ? ' (' . $comment['member']['ip'] . ')' : ''), $comment['time']), ' |
| 237 |
|
</p> |
| 238 |
|
<p>', $comment['message'], '</p> |
| 239 |
|
</div>'; |
| 240 |
|
|