{foreach($arr_list['folder'] as $item)}
  • {$item['name']}
  • {/foreach} {foreach($arr_list['file'] as $item)}
  • {$item['name']}
  • {/foreach}