| @@ 49-51 (lines=3) @@ | ||
| 46 | <ul class="quickbuttons">'; |
|
| 47 | ||
| 48 | // If they *can* reply? |
|
| 49 | if ($post['can_reply']) |
|
| 50 | echo ' |
|
| 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']) |
|
| @@ 530-532 (lines=3) @@ | ||
| 527 | <ul class="quickbuttons">'; |
|
| 528 | ||
| 529 | // If they *can* reply? |
|
| 530 | if ($post['can_reply']) |
|
| 531 | echo ' |
|
| 532 | <li><a href="', $scripturl, '?action=post;topic=', $post['topic'], '.', $post['start'], '"><span class="generic_icons reply_button"></span>', $txt['reply'], '</a></li>'; |
|
| 533 | ||
| 534 | // If they *can* quote? |
|
| 535 | if ($post['can_quote']) |
|