묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
외부페이지 내에서 include
2013.04.30 18:42
`외부페이지`로 만든 페이지 에서 <include target=""/> 이나 <!--#include(“")-->
두 문법이 적용이 안되네요. 경로는 지정한 경로 그대로 나오면서 오류가 나옵니다.
Err : '/html/targetfilename.html' template file does not exists.
인클루드 할 파일(targetfilename.html) 은 속해 있는 파일 includefilename.html 가
같은 경로(/html)에 있는 상태 입니다.
<include target="targetfilename.html"/> 과
<include target="./targetfilename.html"/> 했을때
동일하게 위의 오류메세지가 나와서 경로는 이상 없는 듯 합니다.
http://code.google.com/p/xe-core/issues/detail?id=1554&can=1&q=include
프로젝트에도 같은 이슈가 있는데 해결 된 걸로 나옵니다.
계속 같은 에러가 뜨는데 아시는 분 조언 부탁드립니다.
감사합니다.
댓글 1
-
송동우
2013.04.30 19:12
-
김개발
2013.05.01 15:18
먼저 답변 감사합니다. {@ include('path/filename.html')} 로 해봤는데 안되네요. 캐쉬파일 확인 해보니 언급 하신데로 코드가 나오는데도 다른 에러메세지 없이 적용이안되네요. -
송동우
2013.05.01 16:32
그냥 답변 그대로 php로 하란 뜻입니다....템플릿언어로 하지말고...... -
김개발
2013.05.03 12:31
제가 잘못 이해 했군요. 감사합니다. 적용해봤는데 말씀 처럼 해결되었습니다. 감사합니다.
안되면 그냥 일반 php로.......
<?php include("경로")?>