<?php
define('HEAD_I_VERSION', "head.i.php-1.0.1");
if(!class_exists('dbPdo')) {
header("location://https://YOUR_DOMAIN/NotAuthorized.php?site=YOUR_DOMAIN&page=/head.i.php");
}
return <<<EOF
<head>
<!-- YOUR_SITE/includes/head.i.php -->
$h->title
$h->base
$h->viewport
$h->charset
$h->copyright
$h->author
$h->desc
$h->keywords
$h->meta
$h->canonical
$h->favicon
$h->defaultCss
$h->cssLink
$h->link
$h->jQuery
$h->trackerStr
$h->extra
$h->script
$h->inlineScript
$h->css
</head>
EOF;