{template 'public/header'} {template 'public/comhead'}
内容编辑
{if $info['type']==1}

{php echo tpl_form_field_multi_image('imgs',$imgs);} *建议尺寸大小:2:1
{else}
{php echo tpl_ueditor('content',$info['content']);}
{php echo tpl_form_field_multi_image('imgs',$imgs);} *建议尺寸大小:2:1
{/if}
{template 'common/footer'}