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

Размер файла: 573B
<?php
echo '
<?xml version="1.0" encoding="utf-8"?>
<!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="application/xhtml+xml; charset=utf-8" /> 
<meta name="copyright" content="" /> <meta name="keywords" content="" /> 
<link rel="stylesheet" href="style.css" type="text/css" /> 
<title>'.$set['title'].'</title> </head> 
<body>
<div class="title">Скрипт новостей by IceCode</div>';

?>