Файл: system/head.php
Строк: 13
<?php
ob_start();
$system = mysql_fetch_assoc(mysql_query("SELECT * FROM `system` WHERE `id` = '1'"));
echo '<!DOCTYPE html><html lang="ru">
<head>
<meta charset="utf-8">
<title>Молодежные фильмы</title>
<link rel="stylesheet" href="/design/style.css" />
<!-- HEAD -->
<header>
<a href="/"><img src="/design/img/logo.gif" alt="logo" /></a>
</header>
<!-- BODY -->
<meta name="description" content="'.$system['description'].'"/>
<meta name="keywords" content="'.$system['keywords'].'"/>
</head>
<body>';
?>