Themes/default/PersonalMessage.template.php 1 location
|
@@ 725-731 (lines=7) @@
|
| 722 |
|
<h3 class="catbg">', $txt['pm_search_title'], '</h3> |
| 723 |
|
</div>'; |
| 724 |
|
|
| 725 |
|
if (!empty($context['search_errors'])) |
| 726 |
|
{ |
| 727 |
|
echo ' |
| 728 |
|
<div class="errorbox"> |
| 729 |
|
', implode('<br>', $context['search_errors']['messages']), ' |
| 730 |
|
</div>'; |
| 731 |
|
} |
| 732 |
|
|
| 733 |
|
|
| 734 |
|
echo ' |
Themes/default/Search.template.php 1 location
|
@@ 28-30 (lines=3) @@
|
| 25 |
|
</h3> |
| 26 |
|
</div>'; |
| 27 |
|
|
| 28 |
|
if (!empty($context['search_errors'])) |
| 29 |
|
echo ' |
| 30 |
|
<div class="errorbox">', implode('<br>', $context['search_errors']['messages']), '</div>'; |
| 31 |
|
|
| 32 |
|
if (!empty($context['search_ignored'])) |
| 33 |
|
echo ' |