태그 어디다 정확히 몰라서 해매고 잇습니다
어디다 삽입해야 하는지 알려주세요
코드생성을 해서 정확히 어디다 붙여넣기를 하면 되나여
넣을 수 잇는 자리좀 정확하게 알려주세요
<!--%import("js/script.js")-->
<!--%import("css/default.css")-->
<!--@if($layout_info->background_image)-->

<style type="text/css">
    body {  background:#FFFFFF url({getUrl()}{$layout_info->background_image}) repeat-x left top; }
</style>
<!--@end-->

{@$color=cColor($layout_info->header_color,$layout_info->menu_color)}
{@$color_box=cColor($layout_info->header_color,-10)}
{@$shadpw_color=cColor($layout_info->header_color,-5)}

<div id="bodyWrap">
 <div id="header">
     <div id="header_image" style="<!--@if($layout_info->header_color)-->background-color:{$layout_info->header_color}<!--@end-->"><img src="./images/haeder.png" width="980" height="100" border="0" class="iePngFix" /></div>
     <div id="logo_image">
  <a href="{$layout_info->index_url}"><!--@if($layout_info->logo_image)--><img src="{$layout_info->logo_image}" border="0" class="iePngFix" /><!--@end--></a>
        </div>

        <div id="logo_title">
<a href="{$layout_info->index_url}"><!--@if($layout_info->logo_title)--><img src="{$layout_info->logo_title}" border="0" class="iePngFix" /><!--@end--></a>       
        </div>
        
  <ul id="gnb">
            <!-- main_menu 1차 시작 -->
            {@ $idx = 1 }
            <!--@foreach($main_menu->list as $key => $val)-->
            <!--@if($val['text'])-->
                <!--@if($val['selected'])-->
                    {@ $menu_1st = $val }
                <!--@end-->
               
                <li onMouseOver="menu({$idx});"  onmouseout="menuHidden();" >
                <div id="menuPicLeft" <!--@if($val['selected'])-->class="on"<!--@end-->>
                    <div style="clear:both;"></div>
                    <div class="shadow" id="shadow_{$idx}" style="background-color:{$shadpw_color};">
                        <div class="subMenu" id="subMenu_{$idx}" onmouseout="menuHidden();" style="display:none;background-color:{$color};border:1px solid {$color_box};">
                                <!--@foreach($val['list'] as $key1 => $val1)-->
                                    <!--@if($val1['text'])-->
                                <div id="lbn1"><a  href="{$val1['href']}" <!--@if($val1['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val1['text']}</a></div>
                                    <!--@end-->
                                <!--@end-->
                        </div>
                    </div>
                </div>
                <div id="menuPicMiddle" <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end--> <!--@if($val['selected'])--> style="color:{$layout_info->header_color};"<!--@end-->>{$val['text']}</a></div>
                <div id="menuPicRight" <!--@if($val['selected'])-->class="on"<!--@end-->></div>
             </li>
                <div id="menuPicRight" ></div>
               
   {@$idx++}
            <!--@end-->
           
            <!--@end-->
            <!-- main_menu 1차 끝 -->
  </ul>
<script language="javascript1.2">
var menuLen={$idx-1};
</script>


  <!--언어설정-->
  <div id="language">
   <strong title="{$lang_type}">{$lang_supported[$lang_type]}</strong> <a href="#selectLang" onclick="showHide('selectLang');return false;"><img src="./images/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
   <ul id="selectLang" style="background-color:{$layout_info->header_color}">
                <!--@foreach($lang_supported as $key => $val)--><!--@if($key!= $lang_type)-->
    <li><a href="#" onclick="doChangeLangType('{$key}');return false;">{$val}</a></li>
                <!--@end--><!--@end-->
   </ul>
  </div>
       
        <!--통합검색-->

  <form action="{getUrl()}" method="post" id="isSearch" name="isSearch">
            <input type="hidden" name="mid" value="{$mid}" />
            <input type="hidden" name="act" value="IS" />
   <input name="search_target" type="radio" value="title" id="search_target" class="searchOrder" checked="checked" title="search option" />
   <label for="search_target" class="checked" id="search_target_label" onclick="showHide('selectOrder'); return false">{$lang->title}</label>
            <ul id="selectOrder">
                <li>
                    <input type="radio" name="search_target" value="title" id="search_target1" />
                    <label for="search_target1" onclick="chkIsKind(1, '{$lang->title}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}</label>
                </li>
                <li>
                    <input type="radio" name="search_target" value="content" id="search_target2" />
                    <label for="search_target2" onclick="chkIsKind(2, '{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->content}</label>
                </li>
                <li>
                    <input type="radio" name="search_target" value="title_content" id="search_target3" />
                    <label for="search_target3" onclick="chkIsKind(3, '{$lang->title}+{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}+{$lang->content}</label>
                </li>
                <li>
                    <input type="radio" name="search_target" value="comment" id="search_target4" />
                    <label for="search_target4" onclick="chkIsKind(4, '{$lang->comment}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->comment}</label>
                </li>
                <li>
                    <input type="radio" name="search_target" value="tag" id="search_target5" />
                    <label for="search_target5" onclick="chkIsKind(5, '{$lang->tag}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->tag}</label>
                </li>
            </ul>     
   <input name="is_keyword" type="text" class="inputText" title="keyword" />
            <img onclick="isSearch.submit();" src="./images/buttonSearch.png"  class="iePngFix" style="background-color:{$layout_info->header_color};cursor:pointer" alt="{$lang->cmd_search}" align="absmiddle"/>
  </form>     
       
    </div>


       
   
    <div id="columnLeft">
   
        <!-- 로그인 위젯 -->
      <img width="100%" height="100" src="http://berryberrymu.hosting.paran.com/zbxe/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="login_info" body="" skin="paper_login" colorset="" widget_cache="0" widget_margin_top="0" widget_margin_left="0" widget_margin_right="0" widget_margin_bottom="0" widget_fix_width="" widget_width="50" widget_width_type="%" widget_position="" widget_sequence="209" />
   
        <!-- 왼쪽 2차 메뉴 -->
        <img src="./images/blank.gif" alt="" class="mask" />
   
        <!--@if($menu_1st)-->
        <ol id="lnb">
            {@ $idx = 1 }
            <!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['text'])-->
            <li <!--@if($val['selected'])-->class="on"  style="background-color:{$layout_info->header_color}"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['text']}</a>
   
                <!-- main_menu 3차 시작 -->
                <!--@if($val['list'])-->
                <ul>
                <!--@foreach($val['list'] as $k => $v)--><!--@if($v['text'])-->
                    <li <!--@if($v['selected'])-->class="on" <!--@end-->><a href="{$v['href']}" <!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['text']}</a></li>
                <!--@end--><!--@end-->
                </ul>
                <!--@end-->
            </li>
            {@$idx++}
            <!--@end--><!--@end-->
        </ol>
        <!--@end-->
<img width="100%" height="100" src="http://berryberrymu.hosting.paran.com/zbxe/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="calendar" body="" skin="blog_calendar_list" colorset="normal" widget_cache="0" mid_list="" widget_margin_top="0" widget_margin_left="0" widget_margin_right="0" widget_margin_bottom="0" widget_fix_width="" widget_width="50" widget_width_type="%" widget_position="" widget_sequence="210" />

<img width="100%" height="100" src="http://kyhlove.igear.biz/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="counter_status" body="" skin="default" colorset="normal" widget_cache="0" widget_margin_top="0" widget_margin_left="0" widget_margin_right="0" widget_margin_bottom="0" widget_fix_width="" widget_width="180" widget_width_type="px" widget_position="" widget_sequence="661204" /> 

    </div>
 <div id="contentBody">
  <div id="columnRight">
            <!-- 컨텐츠 시작 -->
            {$content}
  </div>   
    </div>
   
   
 <ul id="footer">
  <li class="first-child">
   <address>
   <a href="http://soma.pe.kr" onclick="window.open(this.href);return false;"><img src="./images/soma.gif" alt="소마의 마비노기 이야기" 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['text']}</a></li>
        <!--@end-->
 </ul>   
<?

// 색깔 조절 하는것.... 코드가.. 너무 어지러웡..
function cColor($color,$plus){
    $color=substr(trim($color),strlen(trim($color))-6,6);
       
    $c[0]=hexdec(substr($color,0,2))+$plus;
    $c[1]=hexdec(substr($color,2,2))+$plus;
    $c[2]=hexdec(substr($color,4,2))+$plus;
    $c[0]=$c[0]>254?254:$c[0];
    $c[1]=$c[1]>254?254:$c[1];
    $c[2]=$c[2]>254?254:$c[2];
    $c[0]=sprintf("%02x",$c[0]<0?0:$c[0]);
    $c[1]=sprintf("%02x",$c[1]<0?0:$c[1]);
    $c[2]=sprintf("%02x",$c[2]<0?0:$c[2]);
   
    return "#".$c[0].$c[1].$c[2];
}
?>
</div>