Browse Source

a little change on template

Victor De la Rocha 16 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
 					</div>
96
 					</div>
97
 				{/if}
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
 		{/block}
104
 		{/block}
103
 
105
 
104
 		{if {$id_post}}
106
 		{if {$id_post}}