';
		break;
		case 2:
			return ' ';
		break;
		case 3:
			return '
';
		break;
		case 3:
			return ' ';
		break;
	}
}
 
/**
 * 通过API接口调用标题和URL数据
 * @param string $commentid    评论ID
 * @return array($title, $url)   返回数据
 */
function get_comment_api($commentid) {
	list($modules, $contentid, $siteid) = id_decode($commentid);
	if (empty($modules) || empty($siteid) || empty($contentid)) {
		return false;
	}
	$comment_api = '';
	$module = explode('_', $modules);
	$comment_api = pc_base::load_app_class('comment_api', $module[0]);
	if (empty($comment_api)) return false;
	return $comment_api->get_info($modules, $contentid, $siteid);
}
';
		break;
	}
}
 
/**
 * 通过API接口调用标题和URL数据
 * @param string $commentid    评论ID
 * @return array($title, $url)   返回数据
 */
function get_comment_api($commentid) {
	list($modules, $contentid, $siteid) = id_decode($commentid);
	if (empty($modules) || empty($siteid) || empty($contentid)) {
		return false;
	}
	$comment_api = '';
	$module = explode('_', $modules);
	$comment_api = pc_base::load_app_class('comment_api', $module[0]);
	if (empty($comment_api)) return false;
	return $comment_api->get_info($modules, $contentid, $siteid);
}