Index: trunk/xoops_version.php
===================================================================
--- trunk/xoops_version.php	(revision 30)
+++ trunk/xoops_version.php	(revision 35)
@@ -93,8 +93,20 @@
 * Templates
 */
-//$modversion['templates'] = array() ;
-//$modversion['templates'][1]['file'] = 'xpress_index.html';
-//$modversion['templates'][1]['description'] = '';
+// All Templates can't be touched by modulesadmin.
+$modversion['templates'] = array() ;
 
 $modversion['hasconfig'] = 0;
+
+//BLOCKS
+$modversion['blocks'][1] = array(
+	'file' 			=> 'xpress_block_recent_comments.php' ,
+	'name' 			=> constant('_MI_XPRESS_BLOCK_COMMENTS') ,
+	'description'	=> '' ,
+	'show_func' 	=> "b_". $mydirname . "_comments_show" ,
+	'edit_func' 	=> "b_". $mydirname . "_comments_edit" ,
+	'template'		=> 'xpress_block_recent_comments.html' , 
+	'options'		=> $mydirname. '|10|30|' ,
+	'can_clone'		=> true ,
+	'func_num'		=> 1,	
+);
 ?>
