View file templates/head.php

File size: 119B
<?php


echo"<html>";
echo"<head>";
include("skins/$skin");
echo"<title>$title</title>";
echo"</head>";

?>