<!DOCTYPE html>
<?php
include_once('config.inc.php');
echo '<html lang="'.$lang.'">';
?>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="root">
<meta name="robots" content="noindex">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title><?php echo $pagetitle; ?></title>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/css/style.css" type="text/css" />
<meta HTTP-EQUIV="REFRESH" content='0; url=<?php echo $defaultredirecturl;?>'>
</head>
<body>
</body>
</html>
|