[미해결] 회원 사진을 불러오는 스킨을 만들려고하는데요 라테스트를 어떻게 바꿔야 할까요??


-
6284회 연결
본문
// 이윰 회원 추출
public function meber_eyoom($skin, $option, $print=true) {
$where = 1;
$opt = $this->get_option($option);
$where .= $opt['where'];
$where .= " and wr_id = wr_parent";
$orderby = $opt['best']=='y'? " wr_hit desc ":"";
$list = $this->latest_assign($where, $opt['count'], $opt['cut_subject'], $opt['cut_content'], $orderby, $opt['bo_direct']);
if($print === null) $print = true;
if($print) {
$this->latest_print($skin, $list,'single','latest');
} else {
return $list;
}
}
회원 사진을 불러오는 스킨을 만들려고하는데요 라테스트를 어떻게 바꿔야 할까요??


최신글이 없습니다.
최신글이 없습니다.
댓글목록0