Browse Source

a little change on template

Victor De la Rocha 15 years ago
parent
commit
0e5515764a
1 changed files with 5 additions and 3 deletions
  1. 5 3
      themes/tumblr/index.htm

+ 5 - 3
themes/tumblr/index.htm View File

@@ -96,9 +96,11 @@
96 96
 					</div>
97 97
 				{/if}
98 98
 
99
-			<div class="totalComments">
100
-				<h3>Posted by {$row.User} - <a href="{$row.Permalink}#comments">( {$row.Comments_Number} ) comments</a></h3>
101
-			</div>
99
+			{if !{$id_post}}
100
+				<div class="totalComments">
101
+					<h3>Posted by {$row.User} - <a href="{$row.Permalink}#comments">( {$row.Comments_Number} ) comments</a></h3>
102
+				</div>
103
+			{/if}
102 104
 		{/block}
103 105
 
104 106
 		{if {$id_post}}