Index: trunk/templates/source/recent_posts_content_block.html
===================================================================
--- trunk/templates/source/recent_posts_content_block.html	(revision 164)
+++ trunk/templates/source/recent_posts_content_block.html	(revision 165)
@@ -21,4 +21,5 @@
 		<{$content.comment_link}>				// Displays a link to the comments popup window if comments_popup_script() is used, otherwise it displays a normal link to comments. 
 		<{$content.trackback_url}>				// Displays the trackback URL for the current post.
+		<{$content.all_in_one}>					// Displays the xpress_default theme render.
 		<{/foreach}>							// End of Loop
 ************************* End of usage ************************ *}>
@@ -30,15 +31,5 @@
 		<ul>
 		<{foreach from=$block.contents item=content}>
-			<li>
-			<{$content.post_title}><br />
-			<{$content.post_content}><br />
-			<{$content.post_date_time}><br />
-			<{$content.post_author}><br />
-			<{$content.post_category}><br />
-			<{$content.post_tags}><br />
-			<{$content.post_views}><br />
-			<{$content.comment_link}><br />
-			<{$content.trackback_url}>
-			</li>
+			<{$content.all_in_one}>
 		<{/foreach}>
 		</ul>
