"; $form .= _MB_XPRESS_COUNT .":
"; $form .= _MB_XPRESS_LENGTH .": "; $form .= "

" . _MB_XPRESS_COM_TYPE ; $isAll = (count($selected)==0||empty($selected[0]))?true:false; $form .= "
  
"; // $form .="
"; return $form; } function _b_comments_show($options) { $mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ; $mydirpath = XOOPS_ROOT_PATH . '/modules/' . $mydirname; global $wpdb; if (!is_null($wpdb)){ require_once $mydirpath.'/include/xpress_block_theme.php'; xpress_block_css_set($mydirname); $block_theme_file = get_block_file_path($mydirname,'recent_comments_block'); require_once $block_theme_file; $block = recent_comments_block($options); require_once $mydirpath.'/include/xoops_block_cache.php'; xpress_block_cache_write($mydirname,'recent_comments_block',$block); } else { require_once $mydirpath.'/include/xoops_block_cache.php'; $block = xpress_block_cache_read($mydirname,'recent_comments_block'); } return $block; } } ?>