'recent_comments_block.php' , 'name' => constant('_MI_XPRESS_BLOCK_COMMENTS') , 'description' => '' , 'show_func' => "b_". $mydirname . "_comments_show" , 'edit_func' => "b_". $mydirname . "_comments_edit" , 'template' => 'recent_comments_block.html' , 'options' => $mydirname. '|10|30|0|' , 'can_clone' => true , '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, ); ?>