페이지 추가 했는데 컨텐츠가 안나오네요
관련링크
본문
문제의 페이지 입니다.
http://www.jewde.com/bbs/franchise.php
왜이러는 걸까요?
franchise.php는 아래와 같습니다.
<?php
# 프랜차이즈 페이지
include_once ("./_common.php");
include_once ("./_head.php");
include_once ($franchise_skin_path."/franchise.skin.php");
include_once ("./_tail.php");
?>
그리고
skin > franchise > basic > franchise.skin.php는
<div class="row">
<div id="topLine"></div>
<div id="SecondMenu"><p><img src="<?php echo G5_IMG_URL?>/franchise_img01.jpg" alt="franchise"/></p></div>
<div id="SecondMenu02"><p><img src="<?php echo G5_IMG_URL?>/franchise_img02.jpg" alt="franchise"/></p></div>
<div class="second_menu" id="SecondMenu03"><p><img src="<?php echo G5_IMG_URL?>/franchise_img03.jpg" alt="프랜차이즈"/></p></div>
<div id="franchise04"><p ><img src="<?php echo G5_IMG_URL?>/franchise_img04.jpg" alt="프랜차이즈"/></p>
</div>
</div>
이런 형태고요
루트에 command.php에도
$franchise_skin_path = get_skin_path('franchise', $config['cf_franchise_skin']);
$franchise_skin_url = get_skin_url('franchise', $config['cf_franchise_skin']);
이렇게 추가해 놓았는데
페이지가 안나와서 어떻게 해야할지 모르겠습니다.
도움 부탁 드립니다.
답변 2
<?php
# 프랜차이즈 페이지
include_once ("./_common.php");
include_once ("./_head.php");
include_once ($franchise_skin_path."/franchise.skin.php");
echo "<br>스킨path:".$franchise_skin_path;
echo "<br>스킨url :".$franchise_skin_url;
echo "<br>컨피그 :".$config['cf_franchise_skin'];
include_once ("./_tail.php");
?>
1. 요렇게 echo 함 찍어서 그 위치에 파일이 있는지 함 보세요,
2. 아니면, 중간에 딴데서 path,url 바뀌었을지도 모르니
$franchise_skin_path 대신에 $franchise_skin_url 로 바꿔보세요
3. 직접 URL 입력해서 해보시던지요
<?php
# 프랜차이즈 페이지
include_once ("./_common.php");
include_once ("./_head.php");
include_once ("http://www.jewde.com/skin/기타등등/franchise.skin.php");
include_once ("./_tail.php");
?>
저도 이거때문에 이것저것 뒤져보앗는데 마땅한 답이 없더라구요
확인해보니 주소에 다이렉트 풀 주소를 입력하면 됩니다.
skin에 입력하엿을 경우
http://주소/theme/스킨명(baisc)/파일경로
파일경로가 index.php와 같은 위치면 파일경로에 그냥 파일 명 쓰시면 되요
http://주소/theme/baisc/page.php