묻고답하기
include 방법 좀 알려주세요.
2019.06.17 17:23
안녕하세요? 고수님들.. 꾸뻑..
문서의 하단부분에 '개인정보보호정책'을 버튼을 추가를 하고 클릭했을때
레이어팝업으로 내용이 보이도록 작업을 하고 있습니다.
xe core 버전은 1.11.5 입니다.
'관리자페이지 > 레이아웃 > 설정 > 사용자정의 > 기본텝 > 푸터 내용' 에서
해당 파일을 include 하려고 하는데 파일이 뜨지 않습니다.
무엇이 문제일까요??
팝업은 정상적으로 뜹니다.. 다만 include 한 파일이 안불러집니다..
-------------------------------------------------------------------------------------------------------
<div id="popup_wrap">
<div class="popup-cont01">
<include target="/home/dmdweb/xe_core_1.11.5/layouts/xedition/privacypolicy.html" />
<button id="popup_close">닫기</button>
</div>
</div>
<div id="mask"></div>
<span id="popup_open"><a href="#none">개인정보보호정책</a></span>
--------------------------------------------------------------------------------------------------------
좀 도와주세요..
댓글 4
-
DoorWeb
2019.06.17 19:28
-
kissing4****
2019.06.18 15:01
답변 감사드립니다.
layout.html 파일과 같은 위치에 놓여있는데.<include target="privacypolicy.html" />
<include target="./privacypolicy.html" />
모두 안불러집니다.혹시 xpressEngine에서 include를 막는 그런 기능도 있나요?
-
DoorWeb
2019.06.18 22:15
저같은 경우는 저런방식으로 불러오는데...
-
kissing4****
2019.06.21 13:21
[개인정보보호정책] 을 누르면
아래 화면처럼 레이어 팝업은 정상적으로 뜹니다.- 팝업테스트 => 정상보임
- include => 안불러와짐
- 버튼 => 정상보임
[demo] 폴더 안에 aaa.html 파일 존재하고..
인클루드를
<!--#include("./demo/aaa.html")-->
<include target="./demo/aaa.html" /> 이렇게.. 두가지방법 모두 적용해 봐도 모두 안먹네요..왜 include가 안되는 것일까요??
따로 설정해 줘야 하는 무언가가 더 필요한가요??
<include target="privacypolicy.html" />