모바일 서브페이지 불러오기가 안됩니다
본문
모바일에서 index를 수정해서 만들었고
index를 복사해서 서브로 만들었습니다
Head 와 tall 값이 불러와 지지 않습니다
뭐가 문제일까요?
=============================== 소스 코드 ================================
<?php
include_once(G5_THEME_MOBILE_PATH.'/head.php');
?>
<div id="wrapper">
<div style="width:100%; height:70px;"></div>
<div id="container">
<?php if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) { ?><div id="container_title"><?php echo $g5['title'] ?></div><?php } ?>
<img src="<?php echo G5_URL; ?>/img/mobile/m_sub_1_01.png" alt="" width="100%" />
</div>
</div>
<?php
include_once(G5_THEME_MOBILE_PATH.'/tail.php');
?>
=======================================================
폴더 위치는 theme/mobile/ 안에 있습니다
ㅠㅠ
답변을 작성하시기 전에 로그인 해주세요.