{include file="index/header" /}

{:lang('All menus')}


{volist name="data" id="vo"} {/volist}
{:lang('Sort')} ID {:lang('The name of the menu')} {:lang('Status')} {:lang('Operation')}
{$vo.id} {$vo.level}{if condition="$vo.level neq ''"}└ {/if}{$vo.label} {if condition="$vo.status eq 1"}
{:lang('Display')}
{else /}
{:lang('Not show')}
{/if}
{:lang('Add a submenu')}  |  {:lang('Edit')}  | 

{include file="index/footer" /}