
편집1]
/zbxe/layouts/xe_official/layout.html 에서 제일 아래부분 97줄에서 마지막까지
[변경전]
/zbxe/layouts/xe_official/layout.html 에서 제일 아래부분 97줄에서 마지막까지
[변경전]
<ul id="footer"> <li class="first-child"> <address> <a href="http://www.zeroboard.com" onclick="window.open(this.href);return false;"> <img src="/images/{$layout_info->colorset}/powerdByZeroboard.gif" alt="Powered By ZeroBoard" width="106" height="5" /> </a> </address> </li> <!--@foreach($bottom_menu->list as $key => $val)--> <li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li> <!--@end--> </ul> </div>
[변경후]
<!--바닥 이미지-->
<div id="footer_img">
<address>
Copyright 2008 MoonHouse. all rights reserved. / <a href="mailto:메일ID@메일주소">Send E-mail.</a> / Designed by MoonHouse. / <a href="http://www.zeroboard.com/" onclick="window.open(this.href);return false;">Powered by ZeroBoard.</a>
</address>
</div>
<!--바닥 텍스트-->
<div id="bottom">
<div class="bottom_l">
<img src="/images/{$layout_info->colorset}/logo_b.gif" alt="" border="0" />
</div>
<div class="bottom_r">
<ul class="b_menu">
<!--@foreach($bottom_menu->list as $key => $val)-->
<a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a>
<!--@end-->
</ul>
<ul class="b_text">
IE7, 1280*1024 이상의 모니터 해상도에서 최적화 되어 있습니다.<br />무단 E-mail 추출이나, 무단,성인광고를 허용치 않습니다.
발견즉시 정보통신윤리위원회의 인터넷파랑새 프로그램을 이용 신고합니다.
</ul>
</div>
</div>
</div>
변경후 소스에서 빨간색 부분은 자신에게 맞게끔 변경해 주시면 됩니다.
이미지는 해당 레이아웃폴더에 images방안에 넣어주시면 되고, 문구는 직접 편집하시면 됩니다.
편집2]
/zbxe/layouts/xe_official/css/default.css 제일아래 85줄에서 마지막까지
[변경전]
/* Site Layout - Footer */
#footer { margin:0; padding:0; border-top:3px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;}
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/default/vrType1.gif) no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
#footer li address { display:inline; }
/* Default Skin - End */
[변경후]
/* Site Layout - Footer */
#footer_img { font-size:15px; color:#666; width:980px; height:30px; background:url(../images/bottom.gif) no-repeat center; text-align:center; padding-top:17px; clear:both;}
#footer_img a { font-size:15px; color:#464646; }
#bottom .bottom_l { float:left; width:180px; border-right:1px solid #dddddd; margin-top:2px; margin-bottom:10px; text-align:center; }
#bottom .bottom_r { float:right; width:784px; margin:5px 0 10px 15px; }
#bottom .bottom_r .b_menu { margin-bottom:5px; }
#bottom .bottom_r .b_menu a { padding:0px 5px; font-weight:bold; color:#cc9900; font:1.2em Tahoma; text-decoration:none; overflow:hidden; }
#bottom .bottom_r .b_text { text-align:right; padding:0px 5px; font-weight:bold; color:#8C8C8C; font:1em Tahoma; text-decoration:none; overflow:hidden; }
/* Default Skin - End */
Tip이 도움이 되었다면 댓글과 평가 부탁합니다.
Tip에 대한 궁금한 점은 댓글로 남겨 주시면 성심껏 답변 드립니다. 
