Index: trunk/templates/blocks/recent_comments_block.html
===================================================================
--- trunk/templates/blocks/recent_comments_block.html	(revision 44)
+++ trunk/templates/blocks/recent_comments_block.html	(revision 44)
@@ -0,0 +1,29 @@
+<ul class="xpress_recent_comments">
+	<!-- The template tag of the following list can be used. 
+			<{$content.from_auther_to_post}>
+			<{$content.comment_ID}>
+			<{$content.comment_post_ID}>
+			<{$content.comment_date}>
+			<{$content.comment_date_time}>
+			<{$content.comment_content}>
+			<{$content.comment_excerpt}>
+			<{$content.comment_link}>
+			<{$content.comment_title}>
+			<{$content.comment_title_link}>
+			<{$content.post_link}>
+			<{$content.post_title}>
+			<{$content.post_title_link}>
+			<{$content.author_link}>
+			<{$content.author_name}>
+			<{$content.author_name_link}>
+			<{$content.comment_type}>
+	-->
+
+	<{foreach from=$block.contents item=content}>
+		<li>
+			<{$content.from_auther_to_post}><br />
+			<{$content.comment_excerpt}><br />
+			<{$content.comment_date_time}><br />
+		</li>
+	<{/foreach}>
+</ul>
Index: trunk/templates/blocks/xpress_block_recent_comments.html
===================================================================
--- trunk/templates/blocks/xpress_block_recent_comments.html	(revision 38)
+++ 	(revision )
@@ -1,29 +1,0 @@
-<ul class="xpress_recent_comments">
-	<!-- The template tag of the following list can be used. 
-			<{$content.from_auther_to_post}>
-			<{$content.comment_ID}>
-			<{$content.comment_post_ID}>
-			<{$content.comment_date}>
-			<{$content.comment_date_time}>
-			<{$content.comment_content}>
-			<{$content.comment_excerpt}>
-			<{$content.comment_link}>
-			<{$content.comment_title}>
-			<{$content.comment_title_link}>
-			<{$content.post_link}>
-			<{$content.post_title}>
-			<{$content.post_title_link}>
-			<{$content.author_link}>
-			<{$content.author_name}>
-			<{$content.author_name_link}>
-			<{$content.comment_type}>
-	-->
-
-	<{foreach from=$block.contents item=content}>
-		<li>
-			<{$content.from_auther_to_post}><br />
-			<{$content.comment_excerpt}><br />
-			<{$content.comment_date_time}><br />
-		</li>
-	<{/foreach}>
-</ul>
