session_start(); ?>
include "../../../comm/config_skin.html"; ?>
// lng
include "$comm_path/config_lng.html" ;
#### 서브페이지 배경 이미지위의 메뉴명출력 ###
#### /public_html/inocomm/rp_table/rp_title_code_name_check.html
##/public_html/skin_sub/sub_03/sub_bg.php
## $code_title 입력으로 게시판의 주메뉴명을 체크하고 출력 2018-05-20
if($lng==kor){
include "$skin_url_comm/title.html";
$code_title="cat_04";
} else if($lng==eng){
include "$skin_url_comm/title_e.html";
$code_title="e_cat_04";
} else if($lng==jpn){
include "$skin_url_comm/title_j.html";
$code_title="j_cat_04";
} else if($lng==chi){
include "$skin_url_comm/title_c.html";
$code_title="c_cat_04";
} else {
include "$skin_url_comm/title.html";
$code_title="cat_04";
}
// lng
$code="";
?>
if($bottom_txt[sp_15]=="rp"){?>
include "$mr_path_r/comm/config_mr.html" ;?>
############### 화면크기 모바일로 전환시 상단메뉴 변경
##### $skin_url_top_rp /public_html/inorp/skin_top/menu_top/main_top_menu.html
##### include "$inocomm_root/effect/rp_img_effect.html" ; 에서 변경
?>
if($bottom_txt[etc_30]=="nrp_tp1"){?>
$rp_type="inorp_m"; ?> include "$skin_url_top_rp/main_top_menu.html"; ?>
$rp_type="inorp_s"; ?> include "$skin_url_top_rp/main_top_menu.html"; ?>
} else {}?>
} else {}?>
if($bottom_txt[sp_15]=="rp"){?>
if($bottom_txt[etc_30]=="nrp_tp1"){?>
} else {}?>
} else {}?>
include "$skin_url_root/cat_04/main_top.html";?>
if($bottom_txt[sp_15]=="rp"){?>
if($bottom_txt[etc_30]=="nrp_tp1"){?>
} else {}?>
} else {}?>
/* read_top */?>
/* ino_bbs_width_child */?>
/* ino_bbs_width */?>
if($bottom_txt[sp_15]=="rp"){?>
include "$skin_url_bottom/bottom.html"; ?>
} else {?>
include "$skin_url_bottom/bottom.html"; ?>
}?>