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

Размер файла: 458B
<?php
echo '<head>
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8"/>
<link rel="shortcut icon" href="style/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>'.$title.' '.$_SERVER['HTTP_HOST'].'</title>
</head><div class="head">
<a href="index.php"><img src="logo.gif" alt="" /> '.$_SERVER['HTTP_HOST'].'</a>
</div><div class="titl">'.$title.'</div><br/>';
?>