{includeq file="$xoops_rootpath/modules/fmcontent/templates/admin/fmcontent_header.html"}>
| <{$smarty.const._FMCONTENT_CONTENT_ID}> | <{$smarty.const._FMCONTENT_CONTENT_NUM}> | <{$smarty.const._FMCONTENT_CONTENT_TITLE}> | <{$smarty.const._FMCONTENT_CONTENT_TOPIC}> | <{$smarty.const._FMCONTENT_CONTENT_TYPE}> | <{$smarty.const._FMCONTENT_CONTENT_OWNER}> | <{$smarty.const._FMCONTENT_CONTENT_ACTIF}> | <{$smarty.const._FMCONTENT_CONTENT_DEFAULT}> | <{$smarty.const._FMCONTENT_FORMDISPLAY}> | <{$smarty.const._FMCONTENT_CONTENT_ACTION}> | <{foreach item=item from=$contents}> <{includeq file="$xoops_rootpath/modules/fmcontent/templates/admin/fmcontent_level.html" data=$item level='level1'}> <{foreach item=child from=$item.child}> <{includeq file="$xoops_rootpath/modules/fmcontent/templates/admin/fmcontent_level.html" data=$child level='level2' }> <{foreach item=sub from=$child.child}> <{includeq file="$xoops_rootpath/modules/fmcontent/templates/admin/fmcontent_level.html" data=$sub level='level3'}> <{/foreach}> <{/foreach}> <{/foreach}>
|---|