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

Размер файла: 688B
<?php
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">';
$GLOBALS['tm'] = microtime(true);
echo '<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Описание" />
<meta name="keywords" content="Ключевые слова" />
<title>Супер граб ))</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
</head><body>';
//echo '<div class="head"><img src="http://'.$_SERVER['HTTP_HOST'].'/styles/'.$style_dir.'/img/logo.gif" alt="'.$style_dir.'" /></div>';
?>