list.php 질문 드립니다. 정보
list.php 질문 드립니다.본문
$board[bo_gallery_cols]
요건 뭐에 써먹는 환경설정값 인가요?
if ($board[bo_gallery_cols])
$td_width = (int)(100 / $board[bo_gallery_cols]);
이 함수의 리턴값은 또 뭐에 써먹는 건지요?
요건 뭐에 써먹는 환경설정값 인가요?
if ($board[bo_gallery_cols])
$td_width = (int)(100 / $board[bo_gallery_cols]);
이 함수의 리턴값은 또 뭐에 써먹는 건지요?
댓글 전체

확실하진 않지만 갤러리스킨에서 가로 이미지갯수가 아닐런지요 (cols잖아요~)