묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
include에서 html의 파일명 변경
2012.10.12 13:45
재 질문드립니다.
레이아웃 설정에서
html파일을 모듈명에 맞춰서 인쿨루드하고 싶습니다.
어떤식으로 설정을 해야 하는지 답변 부탁드립니다.
예) html파일명이 a ~ z 로만 바뀝니다.
<include target="a.html" /> 모듈명은 A (페이지)http:// ~~ /xe/a
<include target="b.html" /> 모듈명은 B (페이지)http:// ~~ /xe/b
<include target="c.html" /> 모듈명은 C (페이지)http:// ~~ /xe/c
~~~~~
<include target="z.html" /> 모듈명은 Z (페이지)http:// ~~ /xe/z
이런 식으로 인클루드를 하려고 하는데, 이를 어떤식으로 작성하면 되겠습니까?
아니면 일일이 각 페이지별로 각각의 레이아웃을 설정해야 하나요?
<!--@if($mid == 'a')-->
<include target="a.html" />
<!--@elseif($mid == 'b')-->
<include target="b.html" />
<--@end-->
이방법 밖에 없을듯 싶네요.
include 파일명에 변수가 들어 가면 include 가 안되더라구요.