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

Размер файла: 340B
<?php
####################
# Автор: [Svig]    #
# ICQ: 563000172   #
####################

include "conf.php";
echo "<link rel='stylesheet' type='text/css' href='style.css'/>";
echo "<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>";
echo "<title>".$titles."</title><div class='nav'>".$titles."</div>";
?>