Просмотр файла system/head.php

Размер файла: 836B
<?php

ob_start();
$system = mysql_fetch_assoc(mysql_query("SELECT * FROM `system` WHERE `id` = '1'"));
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="/style/themes/default/style.css"/>
<link rel="shortcut icon" href="/style/themes/default/favicon.ico" type="image/x-icon"/>
<title>'.$system['title'].' | '.$sys['title'].'</title>
<meta name="description" content="'.$system['description'].'"/>
<meta name="keywords" content="'.$system['keywords'].'"/>
</head>
<body>';
echo '<div class="header"><img src="../style/themes/default/images/logo.gif" alt="Master Site"/></div>';
ads_head();

?>