페이지 세팅 문제
본문
�쇳븨紐� �ㅼ튂 �� �댁슜�� 二쇱떗�쒖삤.
header 메뉴 경로바꾸고 페이지 열어보니, 이상한 글자가 뜨네요.
이거 열려면 페이지 세팅하라고 하는데 어떻게 해야 원하는 경로에 페이지를 열 수 있나요?
_common.php 페이지에 이걸 수정해야하나요???
<?php
include_once('./_common.php');
if (G5_IS_MOBILE) {
include_once(G5_THEME_MSHOP_PATH.'/index.php');
return;
}
define("_INDEX_", TRUE);
include_once(G5_THEME_SHOP_PATH.'/shop.head_main.php');
?>
<!-- 내부 컨텐츠 감싸기/ 기존 소스 19-12-03
<div class="innerContainer">
<div class="innerContainer-bgtype" style="height:7000px;background-image:url(<?php echo G5_THEME_IMG_URL; ?>/implant.jpg)"></div>
</div>-->
<div class="innerContainer-bgtype img-pc" style="height:4485px;background:url(<?php echo G5_THEME_IMG_URL; ?>/sub3.1.jpg)no-repeat center top"></div>
<div class="innerContainer-bgtype img-mobile"><img src="<?php echo G5_THEME_IMG_URL; ?>/sub3.1.jpg" style="width:100%;"></div>
<?php
include_once(G5_THEME_SHOP_PATH.'/shop.tail.php');
?>