Index: trunk/xpressme_integration_kit/templates/source/global_recent_posts_list_block.html
===================================================================
--- trunk/xpressme_integration_kit/templates/source/global_recent_posts_list_block.html	(revision 543)
+++ trunk/xpressme_integration_kit/templates/source/global_recent_posts_list_block.html	(revision 545)
@@ -23,6 +23,6 @@
 		<{$content.post_category}>				// Displays a link to the category or categories a post belongs to.
 		<{$content.post_tags}>					// Displays a link to the tag or tags a post belongs to.
-//		<{$content.post_views}>					// Displays the number of posts viewer.
-//		<{$content.new_mark}>					// The mark is displayed. The mark is different according to lapsed days from the release date. 
+		<{$content.post_views}>					// Displays the number of posts viewer.
+		<{$content.new_mark}>					// The mark is displayed. The mark is different according to lapsed days from the release date. 
 		<{/foreach}>							// End of Loop
 ************************* End of usage ************************ *}>
@@ -35,5 +35,5 @@
 		<{foreach from=$block.contents item=content}>
 			<li>
-			<{$content.title_link}><br />
+			<{$content.new_mark}> <{$content.title_link}><br />
 			<{$content.post_date_time}><br />
 			<{$content.blog_link}><br />
