summaryrefslogtreecommitdiff
path: root/includes/template.php
blob: 5ff90f41df49f48dc9d2e8ae90268f399406270a (plain) (blame)
1
2
3
4
5
6
<?php
$title = "{{title}}";
if (isset($early) && $early) {
	return;
}
include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php');