Файл: template/simple/header.php
Строк: 25
<?php
defined('CAFE') or die (header ('Location: /'));
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title><?php if (isset ($page_title)) {echo $page_title . ' - ';} echo SITE_NAME; ?></title>
<meta http-equiv="Content-Language" content="ru">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="description" content="<?php if (isset ($page_keywords)) {echo $page_keywords;}?>">
<meta name="keywords" content="<?php if (isset ($page_description)) {echo $page_description;}?>">
<link rel="shortcut icon" href="/template/<?php echo TEMPLATE; ?>/favicon.ico">
<link rel="stylesheet" type="text/css" href="/template/<?php echo TEMPLATE; ?>/style.css">
</head>
<body>