{include file="public:head" /}
{include file="public:nav" /}
{$parent.menu_name|html_entity_decode}
{$parent.menu_enname}
{foreach name="childs" id="vo"}
$vo['id']])}'"{/if}>{:trim(html_entity_decode($vo.menu_name),'
')}
{if condition="isset($vo['childs']) and count($vo['childs']) neq 0"}
{volist name="vo['childs']" id="jo"} {if condition="$jo['jump'] eq '#'"}
{:trim(html_entity_decode($jo.menu_name),'
')}
{else}
{:trim(html_entity_decode($jo.menu_name),'
')}
{/if} {if condition="isset($jo['childs']) and count($jo['childs']) neq 0"}
{volist name="jo['childs']" id="ko"} {if condition="$ko['jump'] eq '#'"}
{:trim(html_entity_decode($ko.menu_name),'
')}
{else}
{:trim(html_entity_decode($ko.menu_name),'
')}
{/if} {/volist}
{/if} {/volist}
{/if} {/foreach}
{$top.menu_name|html_entity_decode|strip_tags}
{if condition="isset($current['menu_name']) and $current['menu_name']"}
/
{$current.menu_name}
{/if} {foreach name="childs" id="vo"} {if condition="isset($vo['childs']) and count($vo['childs']) neq 0"} {volist name="vo['childs']" id="jo"} {if condition="($menu_id eq $jo.id) or (isset($jo['active']) and $jo['active'])"}
/
{$jo.menu_name}
{/if} {if condition="isset($jo['childs']) and count($jo['childs']) neq 0"} {volist name="jo['childs']" id="ko"} {if condition="($menu_id eq $ko.id) or (isset($ko['active']) and $ko['active'])"}
/
{$ko.menu_name}
{/if} {/volist} {/if} {/volist} {/if} {/foreach}
{:token('__news__')}
{if condition="isset($current['menu_content']) and $current['menu_content']"}
{$current.menu_content}
{/if} {__CONTENT__}
{include file="public:footer"/}