| @@ 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']) |
|
| @@ 528-530 (lines=3) @@ | ||
| 525 | <ul class="quickbuttons">'; |
|
| 526 | ||
| 527 | // If they *can* reply? |
|
| 528 | if ($post['can_reply']) |
|
| 529 | echo ' |
|
| 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']) |
|