X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/ab89443fa6d3a9e13476dae2a3a6c23d13ccf9b0..19cde41f182998a36cdac76d530881aaea24c719:/head.inc.php diff --git a/head.inc.php b/head.inc.php index f8435ff..2e57f81 100644 --- a/head.inc.php +++ b/head.inc.php @@ -12,3 +12,7 @@ register_shutdown_function(function () { include 'foot.inc.php'; print "\n"; }); + +include "$Page.html"; +if (file_exists("$Page.php")) include_once("$Page.php"); +