시집못간돼지연탄구이
페이지 정보
본문
메뉴
. 연탄 고추장불고기 무한리필 16,000원
. 연탄 초벌삼겹살 무한리필 18,000원
. 돼지막창 무한리필 21,500원
. 연탄 고추장 불고기 단품 12,000원
. 돼지막창 단품 13,000원
. 해물된장찌개 5,000원
. 비빔/물냉면 6,000원
. 꽃게라면+밥 5,000원
댓글목록
등록된 댓글이 없습니다.
if (!defined('_GNUBOARD_')) exit; function latest_bann($skin_dir="", $bo_table, $rows=10, $subject_len=40, $options="") { global $g5; if(preg_match('#^theme/(.+)$#', $skin_dir, $match)) { if (G5_IS_MOBILE) { $latest_skin_path = G5_THEME_MOBILE_PATH.'/'.G5_SKIN_DIR.'/latest/'.$match[1]; if(!is_dir($latest_skin_path)) $latest_skin_path = G5_THEME_PATH.'/'.G5_SKIN_DIR.'/latest/'.$match[1]; $latest_skin_url = str_replace(G5_PATH, G5_URL, $latest_skin_path); } else { $latest_skin_path = G5_THEME_PATH.'/'.G5_SKIN_DIR.'/latest/'.$match[1]; $latest_skin_url = str_replace(G5_PATH, G5_URL, $latest_skin_path); } $skin_dir = $match[1]; } else { if(G5_IS_MOBILE) { $latest_skin_path = G5_MOBILE_PATH.'/'.G5_SKIN_DIR.'/latest/'.$skin_dir; $latest_skin_url = G5_MOBILE_URL.'/'.G5_SKIN_DIR.'/latest/'.$skin_dir; } else { $latest_skin_path = G5_SKIN_PATH.'/latest/'.$skin_dir; $latest_skin_url = G5_SKIN_URL.'/latest/'.$skin_dir; } } $list = array(); $sql = " select * from {$g5[board_table]} where bo_table = '$bo_table'"; $board = sql_fetch($sql); $tmp_write_table = $g5['write_prefix'] . $bo_table; $option_sql = " wr_is_comment = 0 "; $option_sql .= (!empty($options)) ? "and ca_name = '".$options."'":""; $sql = " select * from $tmp_write_table where $option_sql order by wr_num limit 0, $rows "; $result = sql_query($sql); for ($i=0; $row = sql_fetch_array($result); $i++) $list[$i] = get_list($row, $board, $latest_skin_path, $subject_len); ob_start(); include "$latest_skin_path/latest.skin.php"; $content = ob_get_contents(); ob_end_clean(); return $content; } ?>