| @@ 206-216 (lines=11) @@ | ||
| 203 | </div>'; |
|
| 204 | ||
| 205 | // Show a few buttons if we are in conversation mode and outputting the first message. |
|
| 206 | if ($context['display_mode'] == 2) |
|
| 207 | { |
|
| 208 | // Show the conversation buttons. |
|
| 209 | echo ' |
|
| 210 | <div class="pagesection">'; |
|
| 211 | ||
| 212 | template_button_strip($context['conversation_buttons'], 'right'); |
|
| 213 | ||
| 214 | echo ' |
|
| 215 | </div>'; |
|
| 216 | } |
|
| 217 | ||
| 218 | while ($message = $context['get_pmessage']('message')) |
|
| 219 | { |
|
| @@ 594-604 (lines=11) @@ | ||
| 591 | </div>'; |
|
| 592 | ||
| 593 | // Show a few buttons if we are in conversation mode and outputting the first message. |
|
| 594 | elseif ($context['display_mode'] == 2 && isset($context['conversation_buttons'])) |
|
| 595 | { |
|
| 596 | echo ' |
|
| 597 | <div class="pagesection">'; |
|
| 598 | ||
| 599 | template_button_strip($context['conversation_buttons'], 'right'); |
|
| 600 | ||
| 601 | echo ' |
|
| 602 | </div>'; |
|
| 603 | } |
|
| 604 | ||
| 605 | echo ' |
|
| 606 | <br>'; |
|
| 607 | } |
|