View file incs/head.php

File size: 272B
<?
function head($title,$meuser,$auth){
?>
<html>
<head>
<title><?echo $title;?></title>
<link rel="stylesheet" href="styles/vooz/style.css" type="text/css"/>
</head>
<body>
<div class="logo"><img src="styles/vooz/img/logo.png"></div>
</body>
</html>
<?
}
?>