{template 'header'}
{if $type == 'sql'}

MYSQL 错误:

{php echo cutstr($msg['sql'], 300, 1);} {$msg['error'][0]} {$msg['error'][1]}:{$msg['error'][2]} {else}

{if $type == 'success'}成功{/if}{if $type == 'error'}错误{/if}{if $type == 'block'}警告{/if}{if $type == 'info'}提示{/if}

{$msg} {if $redirect}

正在跳转

{else}

[返回上一页]   [首页]

{/if} {/if}
{template 'footer'}