여분필드 최신글 채택완료
http://sir.kr/g5_skin/9338?sca=%EC%B5%9C%EC%8B%A0%EA%B8%80&s_tag=%EB%AA%A8%EB%B0%94%EC%9D%BC%EC%9A
현재 스킨을 여분필드 wr_2 입력된 이미지를 추출 할려면 어디를 수정 해야 하나요
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once(G5_LIB_PATH.'/thumbnail.lib.php');
$sql = " select * from {$g5['board_table']} where bo_table = '{$bo_table}' ";
$board = sql_fetch($sql);
if ($options) list($width, $height, $wrap_width, $content_length) = explode(',', $options);
if (!$width) $width = 600;
if (!$height) $height = 400;
if (!$content_length) $content_length = 120;
add_stylesheet('', 0);
?>
/jcarousel.responsive.css">
- ">
">
for ($i=0; $i $thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $width, $height); ?>
}
if (count($list) == 0) { //게시물이 없을 때 ?>
게시물이 없습니다.
고수분들 도움 필요 합니다
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인