<?php $__env->startSection('content'); ?>
<!--
<?=$Langs['error_exception_title']?><?=$Exception['title']?><br/>
<?=$Langs['error_exception_message']?><?=$Exception['message']?><br/>
<?=$Langs['error_exception_code']?><?=$Exception['code']?><br/>
<?=$Langs['error_exception_file']?><?=$Exception['file']?><br/>
<?=$Langs['error_exception_line']?><?=$Exception['line']?><br/>
<?=$Langs['error_exception_trace']?><?=$Exception['trace']?><br/>
-->
<style type="text/css">
    .error_wen{color:#adadad;line-height:32px;font-weight:bold;}
    .error_icon{padding-top:100px;}
    .error_icon .iconfont{font-size:80px;color:#fcab2b;}
    .error_wen a{color:#4972ff;}
</style>


<p class="error_icon text-center"><i class="icon iconfont icon-iconjinggao01"></i></p>
<div class="error_wen text-center">
    您要查看的网址可能已被删、名称已被更改，或者暂时不可用<br>
    点击以下链接继续浏览网站<br>
    <a href="/admin/home/index.html">>>返回后台首页</a>
</div>
<?php $__env->stopSection(); ?>


<?php echo $__env->make('layout.error_web', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>