<?
$line_shadow="<tr><td height=1 background='$board_skin_path/img/line_shadow01.gif'></td></tr>";
$nemo=" <img src='$board_skin_path/img/icon_nemo1.gif' align='middle'> ";
echo "<table width='100%' align='center'>";
echo "<tr><td align=center>";
echo "<a href='$g4[path]/bbs/board.php?bo_table=$bo_table' target=_self>게시물(".number_format($total_count).")</a><br><br>";
echo "</td></tr>";
//echo $line_shadow;
$ca_sql = " select bo_category_list from $g4[board_table] where bo_table = '$bo_table' "; // 카테고리 이름으로 정렬
$ca_result = sql_fetch($ca_sql);
$loc = "$g4[path]/bbs/board.php?bo_table=$bo_table&sca=";
$arr = explode("|", $ca_result[bo_category_list]); // 구분자가 , 로 되어 있음
sort($arr); //카테고리 이름 정렬
$str = "";
for ($i=0; $i<count($arr); $i++) {
if (trim($arr[$i]))
echo "<tr><td height=20>";
echo $nemo."<a href=$loc".$arr[$i]." name=sca onchange=\"location='$category_location'+this.value;\"><font color=0099cc>".$arr[$i]."</font></a>";
echo "</td></tr>";
echo $line_shadow;
}
echo "</td></tr></table>";
?>
$line_shadow="<tr><td height=1 background='$board_skin_path/img/line_shadow01.gif'></td></tr>";
$nemo=" <img src='$board_skin_path/img/icon_nemo1.gif' align='middle'> ";
echo "<table width='100%' align='center'>";
echo "<tr><td align=center>";
echo "<a href='$g4[path]/bbs/board.php?bo_table=$bo_table' target=_self>게시물(".number_format($total_count).")</a><br><br>";
echo "</td></tr>";
//echo $line_shadow;
$ca_sql = " select bo_category_list from $g4[board_table] where bo_table = '$bo_table' "; // 카테고리 이름으로 정렬
$ca_result = sql_fetch($ca_sql);
$loc = "$g4[path]/bbs/board.php?bo_table=$bo_table&sca=";
$arr = explode("|", $ca_result[bo_category_list]); // 구분자가 , 로 되어 있음
sort($arr); //카테고리 이름 정렬
$str = "";
for ($i=0; $i<count($arr); $i++) {
if (trim($arr[$i]))
echo "<tr><td height=20>";
echo $nemo."<a href=$loc".$arr[$i]." name=sca onchange=\"location='$category_location'+this.value;\"><font color=0099cc>".$arr[$i]."</font></a>";
echo "</td></tr>";
echo $line_shadow;
}
echo "</td></tr></table>";
?>
댓글 1개
게시글 목록
| 번호 | 제목 |
|---|---|
| 764 | |
| 763 | |
| 759 | |
| 757 |
질문
wr_1~wr_7
3
|
| 755 | |
| 754 |
제안
갤러리스킨에서..
|
| 752 | |
| 819 | |
| 833 | |
| 834 | |
| 837 | |
| 749 |
질문
글쓴이의 다른글..
3
|
| 747 | |
| 726 | |
| 722 | |
| 720 | |
| 718 | |
| 717 | |
| 728 | |
| 716 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기