|
@@ 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 |
|
{ |
|
@@ 568-578 (lines=11) @@
|
| 565 |
|
</div>'; |
| 566 |
|
|
| 567 |
|
// Show a few buttons if we are in conversation mode and outputting the first message. |
| 568 |
|
elseif ($context['display_mode'] == 2 && isset($context['conversation_buttons'])) |
| 569 |
|
{ |
| 570 |
|
echo ' |
| 571 |
|
|
| 572 |
|
<div class="pagesection">'; |
| 573 |
|
|
| 574 |
|
template_button_strip($context['conversation_buttons'], 'right'); |
| 575 |
|
|
| 576 |
|
echo ' |
| 577 |
|
</div>'; |
| 578 |
|
} |
| 579 |
|
|
| 580 |
|
echo ' |
| 581 |
|
<br>'; |