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