묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
특정 레이아웃에만 body에 init() 로드 하고싶은데요
2012.02.07 21:36
function init()
{
( GetCookie("terminal") == "none" ) ? terminal.style.display = 'none' : '' ;
( GetCookie("textedit") == "none" ) ? textedit.style.display = 'none' : '' ;
}
레이어 창닫고 열기를 쿠키에서 기억하게 하려고 하는데 특정 레이아웃에만 불러오고 싶은데 어디에서 어떻게 불러와야할까요?
<!--@if('특정레이아웃폴더명' == $layout_info->layout)-->
내용
<!--@end-->