www.gusucode.com > ecShop PHP网上商城系统 粉丝修复版 v2.7.3源码程序 > ecshop_xf_v2.7.3/demo/templates/error.php

    <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo $lang['demo_error_title'];?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $ec_charset; ?>" />
<link href="styles/general.css" rel="stylesheet" type="text/css" />
</head>

<body style="background:#DDEEF2">
<?php include ROOT_PATH . 'demo/templates/header.php';?>
<div style="margin:10px;padding:20px;border: 1px solid #BBDDE5; background: #F4FAFB; ">

            <div style="font-size: 14px; text-align: center">
            <?php echo $err_msg;?>
            </div>
</div>
                    
            <div style="padding: 1em; border: 1px solid #BBDDE5; background: #F4FAFB; margin-top: 10px; text-align: center;">
            <?php include ROOT_PATH . 'demo/templates/copyright.php';?>
            </div>
</body>
</html>