|
@@ -416,9 +416,10 @@ 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="', $post['alternate'] == 0 ? 'windowbg2' : 'windowbg', ' core_posts">
|
|
|
- <div class="content">
|
|
|
- ', isset($context['attachments']) ? $txt['show_attachments_none'] : ($context['is_topics'] ? $txt['show_topics_none'] : $txt['show_posts_none']), '
|
|
|
+ <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>';
|
|
|
|