| @@ 54-56 (lines=3) @@ | ||
| 51 | <li><a href="', $scripturl, '?action=post;topic=', $post['topic'], '.', $post['start'], '"><span class="generic_icons reply_button"></span>', $txt['reply'], '</a></li>'; |
|
| 52 | ||
| 53 | // If they *can* quote? |
|
| 54 | if ($post['can_quote']) |
|
| 55 | echo ' |
|
| 56 | <li><a href="', $scripturl, '?action=post;topic=', $post['topic'], '.', $post['start'], ';quote=', $post['id'], '"><span class="generic_icons quote"></span>', $txt['quote_action'], '</a></li>'; |
|
| 57 | ||
| 58 | // How about... even... remove it entirely?! |
|
| 59 | if ($post['can_delete']) |
|
| @@ 533-535 (lines=3) @@ | ||
| 530 | <li><a href="', $scripturl, '?action=post;topic=', $post['topic'], '.', $post['start'], '"><span class="generic_icons reply_button"></span>', $txt['reply'], '</a></li>'; |
|
| 531 | ||
| 532 | // If they *can* quote? |
|
| 533 | if ($post['can_quote']) |
|
| 534 | echo ' |
|
| 535 | <li><a href="', $scripturl . '?action=post;topic=', $post['topic'], '.', $post['start'], ';quote=', $post['id'], '"><span class="generic_icons quote"></span>', $txt['quote_action'], '</a></li>'; |
|
| 536 | ||
| 537 | // How about... even... remove it entirely?! |
|
| 538 | if ($post['can_delete']) |
|