#718 | $webdir_len = strlen($this->cfg['webdir']); |
#719 | if(substr($match_pic, 0, $webdir_len) == $this->cfg['webdir']){ |
#720 | $cms_content['pic'] = substr($match_pic, $webdir_len); |
#721 | }else{ |
#722 | $cms_content['pic'] = $match[1][0]; |
#723 | } |
#724 | } |
#725 | } |
#726 | //处理缩略图 end |
#727 |