|
@@ -416,12 +416,12 @@ function template_showPosts()
|
|
|
// No posts? Just end with a informative message.
|
|
|
if ((isset($context['attachments']) && empty($context['attachments'])) || (!isset($context['attachments']) && empty($context['posts'])))
|
|
|
echo '
|
|
|
- <div class="windowbg2 core_posts">
|
|
|
- <div class="content">
|
|
|
- ', isset($context['attachments']) ? $txt['show_attachments_none'] : ($context['is_topics'] ? $txt['show_topics_none'] : $txt['show_posts_none']), '
|
|
|
- </div>
|
|
|
+ <div class="windowbg2 core_posts">
|
|
|
+ <div class="content">
|
|
|
+ ', isset($context['attachments']) ? $txt['show_attachments_none'] : ($context['is_topics'] ? $txt['show_topics_none'] : $txt['show_posts_none']), '
|
|
|
</div>
|
|
|
- </div>';
|
|
|
+ </div>
|
|
|
+ </div>';
|
|
|
|
|
|
// Show more page numbers.
|
|
|
if (!empty($context['page_index']))
|