| @@ 712-717 (lines=6) @@ | ||
| 709 | </div><!-- .keyinfo -->'; |
|
| 710 | ||
| 711 | // Ignoring this user? Hide the post. |
|
| 712 | if ($ignoring) |
|
| 713 | echo ' |
|
| 714 | <div id="msg_', $message['id'], '_ignored_prompt"> |
|
| 715 | ', $txt['ignoring_user'], ' |
|
| 716 | <a href="#" id="msg_', $message['id'], '_ignored_link" style="display: none;">', $txt['show_ignore_user_post'], '</a> |
|
| 717 | </div>'; |
|
| 718 | ||
| 719 | // Show the post itself, finally! |
|
| 720 | echo ' |
|
| @@ 847-854 (lines=8) @@ | ||
| 844 | echo ' |
|
| 845 | <br class="clear">'; |
|
| 846 | ||
| 847 | if ($ignoring) |
|
| 848 | echo ' |
|
| 849 | <div id="msg_', $post['id'], '_ignored_prompt" class="smalltext"> |
|
| 850 | ', $txt['ignoring_user'], ' |
|
| 851 | <a href="#" id="msg_', $post['id'], '_ignored_link" style="display: none;">', $txt['show_ignore_user_post'], '</a> |
|
| 852 | </div>'; |
|
| 853 | ||
| 854 | echo ' |
|
| 855 | <div class="list_posts smalltext" id="msg_', $post['id'], '_body" data-msgid="', $post['id'], '">', $post['message'], '</div> |
|
| 856 | </div><!-- #msg[id] --> |
|
| 857 | </div><!-- .windowbg -->'; |
|