Prechádzať zdrojové kódy

small update on Profile.template.php for better look on no posts

Signed-off-by: PortaMx (Feline) <[email protected]>
PortaMx (Feline) 11 rokov pred
rodič
commit
141a9f6746
1 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 5 5
      Themes/default/Profile.template.php

+ 5 - 5
Themes/default/Profile.template.php

@@ -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']))