View file incs/head2.php

File size: 278B
<?
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>
<?
}
?>