사용자: 전체검색스킨

This commit is contained in:
whitedot
2013-01-15 20:48:22 +09:00
parent 319870ce3a
commit a5e3eb8ca3
4 changed files with 140 additions and 119 deletions

View File

@ -129,7 +129,7 @@ if ($stx) {
$sql2 = " select bo_subject from {$g4['board_table']} where bo_table = '{$g4_search['tables'][$i]}' ";
$row2 = sql_fetch($sql2);
$str_board_list .= '<li><a href="'.$_SERVER['PHP_SELF'].'?'.$search_query.'&amp;gr_id='.$gr_id.'&amp;onetable='.$g4_search['tables'][$i].'" id="'.$row2['bo_table'].'">'.$row2['bo_subject'].'</a> ('.$row['cnt'].')';
$str_board_list .= '<li><a href="'.$_SERVER['PHP_SELF'].'?'.$search_query.'&amp;gr_id='.$gr_id.'&amp;onetable='.$g4_search['tables'][$i].'" id="'.$row2['bo_table'].'">'.$row2['bo_subject'].PHP_EOL.'<span class="sound_only">갯수</span><span class="cnt_cmt">'.$row['cnt'].'</span></a>';
}
}