if($board['bo_content_head']) { ?>
=stripslashes($board['bo_content_head']);?>
} ?>
if($is_category) {
$cate=explode('|',$board['bo_category_list']);
}
for($h=0;$h<=count($cate);$h++){
if(count($cate)>0 && $h==count($cate)) continue;
$list_item=sql_query("select * from {$write_table} where wr_reply='' and wr_is_comment=0 order by wr_10*1, wr_id");
for($k=0;$row=sql_fetch_array($list_item);$k++){
$lists[$k]=get_list($row,$board,$board_skin_url);
}
?>
}?>
if($board['bo_content_tail']) { ?>
=stripslashes($board['bo_content_tail']);?>
} ?>
if ($list_href || $is_checkbox || $write_href) { ?>
if ($list_href || $write_href) { ?>
if ($list_href) { ?>
목록 } ?>
if ($write_href) { ?>
링크 추가 } ?>
} ?>
if($admin_href){?>
링크 관리
관리자}?>
} ?>