CLS . 'class.myshopBlogApp.php'; $C_MyshopApp = new MyshopBlogApp(); include_once("./common/head_common.php"); // 가맹점 정보 $st_idx = $st_idx =="" ? 96213 : $_GET['st_idx']; $args = ""; $args['st_idx'] = $st_idx; $rst = $C_MyshopApp -> appStoreInfo($args); $st_name = $rst['st_name']; $st_summary = $rst['st_summary']; $st_tel_num = $rst['st_tel_num']; $st_main_image = $rst['st_main_image']; $st_sci_memo = $rst['sci_memo']; $imgArr = array(); if(preg_match_all('/src=\"(.[^"]+)"/i', $C_Func -> dec_contents_edit($st_sci_memo), $value)){ $imgArr = $value[1]; } if(empty($st_main_image)) { $st_main_image = $C_Func -> obj_rand_image(); }else{ $st_main_image = $GP -> NEWAPP_CDN_IMG_SHOPMAIN.$st_main_image; } //이미지 영역 if ($rst['st_status'] == "99") { $st_main_image = $rst['st_main_image']; } else { $st_main_image = $GP -> CDN_IMG_URL_SHOP . $rst['st_main_image']; } $mkey = "HTC20DuRTu9KRMwe2VIG"; $lat = $rst['st_lat']; $lng = $rst['st_lng']; include_once("./common/header.html"); ?>