Index: trunk/xoops_version.php
===================================================================
--- trunk/xoops_version.php	(revision 48)
+++ trunk/xoops_version.php	(revision 54)
@@ -110,3 +110,14 @@
 	'func_num'		=> 1,	
 );
+$modversion['blocks'][2] = array(
+	'file' 			=> 'recent_posts_content_block.php' ,
+	'name' 			=> constant('_MI_XPRESS_BLOCK_CONTENT') ,
+	'description'	=> '' ,
+	'show_func' 	=> "b_". $mydirname . "_content_show" ,
+	'edit_func' 	=> "b_". $mydirname . "_content_edit" ,
+	'template'		=> 'recent_posts_content_block.html' , 
+	'options'		=> $mydirname. '|10|0|100||0' ,
+	'can_clone'		=> true ,
+	'func_num'		=> 2,
+);
 ?>
