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 49)
@@ -1,23 +1,27 @@
+<{* **************************  usage ****************************
+ 	The template tag of the following list can be used. 
+ 		<{$block.data_count}>
+		<{$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}>
+   ************************* End of usage ************************ *}>
+<{* Start Template *}>
+
 <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}>
-	-->
-
+	<{$block.data_count}>
 	<{foreach from=$block.contents item=content}>
 		<li>
