최신글 테이블 변경 채택완료
아래최신글에 제목밑으로 칸을 옮겨서 날짜가 표기되는데요 옮기지않고
제목옆으로 날짜를 datetime2 나오게 수정좀 하고싶은데 알려주셔요
제목 날짜 글쓴이
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 add_stylesheet('', 0); $thumb_width = 297; $thumb_height = 212; $list_count = (is_array($list) && $list) ? count($list) : 0; ?>
-
비밀글 ";
echo " ";
if ($list[$i]['is_notice'])
echo "".$list[$i]['subject']."";
else
echo $list[$i]['subject'];
echo "
"; if ($list[$i]['icon_new']) echo "N새글"; if ($list[$i]['icon_hot']) echo "H인기글";// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; } // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
//echo $list[$i]['icon_reply']." "; // if ($list[$i]['icon_file']) echo " " ; //if ($list[$i]['icon_link']) echo " " ;
if ($list[$i]['comment_cnt']) echo " ".$list[$i]['wr_comment']."";
?>
- 게시물이 없습니다.
$wr_href = get_pretty_url($bo_table, $list[$i]['wr_id']); if( $i === 0 ) { $thumb = get_list_thumbnail($bo_table, $list[$i]['wr_id'], $thumb_width, $thumb_height, false, true);
if(isset($thumb['src']) && $thumb['src']) {
$img = $thumb['src'];
} else {
}
$img_content = '';
$img_link_html = ''.run_replace('thumb_image_tag', $img_content, $thumb).'';
}
?>