레이아웃 이름  
참조할 주소  

안녕하세요. 오랜만에 왔더니 너무~ 바뀌어져 있네요. ^^
메뉴 출력 부분을 어떻게 코딩해야할지 몰라 여쭤보러 왔습니다.

http://www.notepad.wo.tc:2009/graystyle

이 레이아웃 스킨에서 현재 위치 출력 부분에서

이렇게 4개가 출력되어 있는데 한 개를 더 출력하고 싶거든요.

기존 코드는 이렇습니다.;; 한 단계를 더 출력하고자 하는데 어떻게 하면 되나요? ^^;;

<div id="location">
    <span class="location">
    <a class="location_home c_0" href="{$layout_info->index_url}" title="<!--@if(!$layout_info->index_name)-->이온디<!--@else-->{$layout_info->index_name}<!--@end-->"></a></span>
   
    <!--@if($menu_1st['link'])-->
    <span class="location c_1">
    <a href="{$menu_1st['href']}" title="{$menu_1st['text']}">{$selected_menu=$menu_1st['text']}</a></span><!--@end-->

    <!--@if($menu_2nd['link'])-->
    <span class="location c_2">
    <a href="{$menu_2nd['href']}" title="{$menu_2nd['text']}">{$selected_menu=$menu_2nd['text']}</a></span><!--@end-->
   
   
    <!--@foreach($menu_2nd['list'] as $key => $val)--><!--@if($val['selected'])-->
        {@$tmp++}<span class="location c_3"><a href="{$val['href']}" title="{$val['text']}">{$selected_menu=$val['link']}</a></span>
    <!--@end--><!--@end-->

   
    <style type="text/css">#location span.c_{$tmp} { background:none;}</style>
    <!--@if($layout_info->notice)--><span class="location c_notice"><a href="{$layout_info->notice_url}" title="{$layout_info->notice}">{$layout_info->notice}</a></span><!--@end-->
</div>