묻고답하기
웹미니 레이아웃 2.3 (2단) 페이지 접속시 오류나요
2010.10.24 13:21
안녕하세요.
제가 홈페이지를 수정하려고 레이아웃에
default.css와 layout.html을
default.css
#lnbWrap {margin:0; padding:0 1px; overflow:hidden;}
#lnbWrap h2 {width:198px; height:32px;}
#lnbWrap h2.sticube {background:url(../images/default/tit_sticube.gif) no-repeat;} /* 스티큐브 */
#lnbWrap h2.cyworld {background:url(../images/default/tit_cyworld.gif) no-repeat;} /* 싸이월드 */
#lnbWrap h2.sayclub {background:url(../images/default/tit_sayclub.gif) no-repeat;} /* 세이클럽 */
#lnbWrap h2.gallery {background:url(../images/default/tit_gallery.gif) no-repeat;} /* 포토갤러리 */
#lnbWrap h2.community {background:url(../images/default/tit_community.gif) no-repeat;} /* 커뮤니티 */
#lnbWrap h2.data {background:url(../images/default/tit_data.gif) no-repeat;} /* 자료실 */
#lnbWrap h2.site {background:url(../images/default/tit_site.gif) no-repeat;} /* 사이트 */
#lnbWrap h2 span {display:block; position:relative; z-index:-1; overflow:hidden;}
layout.html
<div id="lnbWrap"> <!--@if('sticube' == $mid || 'hotmusic' == $mid || 'artist' == $mid)--> <h2 class="sticube"><span>스티큐브</span></h2> <!--@end--> <!--@if('cyworld' == $mid || 'minihompy' == $mid || 'blog' == $mid || 'c_log' == $mid || 'club' == $mid)--> <h2 class="cyworld"><span>싸이월드</span></h2> <!--@end--> <!--@if('sayclub' == $mid || 'hompy' == $mid || 'cafe' == $mid || 'castroom' == $mid || 'station' == $mid)--> <h2 class="sayclub"><span>세이클럽</span></h2> <!--@end--> <!--@if('gallery' == $mid || 'capture' == $mid || 'self_camera' == $mid || 'phone_bg' == $mid || 'profile' == $mid || 'love' == $mid || 'checkbox' == $mid || 'blood_type' == $mid || 'windows_bg' == $mid || '+ 'img' == $mid)--> <h2 class="gallery"><span>포토갤러리</span></h2> <!--@end--> <!--@if('community' == $mid || '+ 'notice' == $mid || 'freeboard' == $mid || 'kin' == $mid || 'FAQ' == $mid || 'attendance' == $mid || 'visitor' == $mid)--> <h2 class="community"><span>커뮤니티</span></h2> <!--@end--> <!--@if('data' == $mid || 'music' == $mid || 'movie' == $mid || 'video' == $mid || 'torrent' == $mid || 'webhard' == $mid)--> <h2 class="data"><span>자료실</span></h2> <!--@end--> <!--@if('+ 'site' == $mid || 'my_site' == $mid || 'you_site' == $mid)--> <h2 class="site"><span>사이트</span></h2> <!--@end--> <ul id="lnb"> {@ $idx = 1 }
위와 같이 수정하였는데요.
그랬더니 2차메뉴 접속하면 아래와 같이 오류메세지가 뜨면서 페이지가 안뜨네요.
도움 부탁드려요.
Parse error: syntax error, unexpected '}' in /hosting/hayami/www/index/classes/template/TemplateHandler.class.php(220) : eval()'d code on line 64