View file top.php
<?php header("Content-type=text/html charset=utf-8"); echo '<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">'; echo '<html>'; echo '<head>'; echo '<title> </title>'; echo "<link href=\"$css\" type=text/css rel=stylesheet>"; echo '</head>'; echo '<body>'; ?>