포럼
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
사이트맵 정렬, 이 영광을 미솔님께
2013.09.09 06:41
구세주여!!! ㅠ_ㅠ)/
함께 힘써주신 미솔님 윈컴이님 퍼니엑스이님 모두 감사합니다. :)
소스 수정은
./menu/tpl/css/sitemap.css 파일에서 다음을 추가합니다.
#site_map {width: 1350px;} /* 전체 넓이는 모니터 해상도에 맞게 적절히 수정하세요. 저처럼 메뉴가 많지 않다면 넣지 않아도 됩니다.;; */
#siteMapTree>ul>li{float: left;width: 200px;display: block;}
#site_map .mapi>ul >li{margin-top:0}
#site_map .mapi>ul >li::before{border-top:0;top:0;}
./menu/tpl/sitemap.html 파일에서 다음을 수정합니다.
775 번째 줄을
"plugins" : ["themes","html_data","ui","cookies","crrm","dnd"],
로 수정하고
801 번째 줄을
if(document.cookie.indexOf(" jstree_open=") == -1 && document.cookie.indexOf("jstree_open=") == -1) data.inst.open_all();
로 수정합니다.
와우~ 우선, 바로 스크랩 들어갑니다^^;