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

Размер файла: 441B
<?php
//вepx вcex cтpaниц

include "config.php";
error_reporting(0);

header("Content-Type: text/html; charset=utf-8");
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">";
echo "<html><head>";
echo "<title>$title</title><link rel='stylesheet' href='http://$home/tester/includes/style.css' type='text/css'/></head>";
echo "<body>";
echo "<div class='header'>";
echo "$rekl <br/>";
echo "</div>";
?>