묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
외부페이지에서 include 사용할수 없나요??
2011.07.07 13:09
jylee/test.html을 include 하는데요..
<include target="./test.html" />
하니까.. 아래와 같은 에러가 나네요...
jylee 폴더를 ylee 로 해서 찾아요.. 왜그러죠???
Err : "/ylee/test.html" template file does not exists.
<!--#include("./test.html")--> 이 방법을 써 보면 include 자체를 안합니다..
제발 방법좀 알려주세요...
혹.. 외부페이지에서는 include를 사용할수 없는건가요????
<include target="./test.html" />
하니까.. 아래와 같은 에러가 나네요...
jylee 폴더를 ylee 로 해서 찾아요.. 왜그러죠???
Err : "/ylee/test.html" template file does not exists.
<!--#include("./test.html")--> 이 방법을 써 보면 include 자체를 안합니다..
제발 방법좀 알려주세요...
혹.. 외부페이지에서는 include를 사용할수 없는건가요????
댓글 2
-
ForHanbi
2011.07.07 13:28
외부페이지를 include로 불러오기는 힘들거 같은데요... -
왜만지냐
2011.07.19 16:50
<? include "test.html"; ?>