갤러리를 관리자만 클릭할수 있나요? 채택완료
for ($i=0; $i
$img = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file]);
if (!file_exists($img) || !$list[$i][file][0][file])
$img = "$board_skin_path/img/noimage.jpg";
$href = "$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}";
$view_href = "$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}";
if ($is_admin)
$view_href = "$g4[bbs_path]/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}";
$checkbox = "";
if ($is_checkbox)
$checkbox = "";
$comment_cnt = "";
if ($list[$i][comment_cnt])
$comment_cnt = " {$list[$i][comment_cnt]}";
$tr = "";
if ($i && $i%$board[bo_gallery_cols]==0)
$tr = "";
echo "$tr";
echo <<