get_list_thumbnail출력문제
본문
function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_create=false, $is_crop=false, $crop_mode='center', $is_sharpen=false, $um_value='80/0.5/3')
함수가 리렇게 정의되면 출력은 어떻게 해야 하나요? 빨간부분을 어떻게 수정해야 할까요?
$thumb = get_list_thumbnail($bo_table, $wr_id, $bo_gallery_width, $bo_gallery_height, false, true);
echo $thumb;
답변 1
$thumb = get_list_thumbnail($bo_table, $wr_id, $bo_gallery_width, $bo_gallery_height, false, true);
echo $thumb;
이 부분이 갤러리 스킨 for 문 아래에 적용되어 있으면 되는겁니다
답변을 작성하시기 전에 로그인 해주세요.