| @@ 500-502 (lines=3) @@ | ||
| 497 | <ul class="quickbuttons">'; |
|
| 498 | ||
| 499 | // If they *can* reply? |
|
| 500 | if ($post['can_reply']) |
|
| 501 | echo ' |
|
| 502 | <li><a href="', $scripturl, '?action=post;topic=', $post['topic'], '.', $post['start'], '"><span class="generic_icons reply_button"></span>', $txt['reply'], '</a></li>'; |
|
| 503 | ||
| 504 | // If they *can* quote? |
|
| 505 | if ($post['can_quote']) |
|
| @@ 51-53 (lines=3) @@ | ||
| 48 | <ul class="quickbuttons">'; |
|
| 49 | ||
| 50 | // If they *can* reply? |
|
| 51 | if ($post['can_reply']) |
|
| 52 | echo ' |
|
| 53 | <li><a href="', $scripturl, '?action=post;topic=', $post['topic'], '.', $post['start'], '"><span class="generic_icons reply_button"></span>', $txt['reply'], '</a></li>'; |
|
| 54 | ||
| 55 | // If they *can* quote? |
|
| 56 | if ($post['can_quote']) |
|