You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
831 B
21 lines
831 B
<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>
|
|
|