X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/ab89443fa6d3a9e13476dae2a3a6c23d13ccf9b0..2c4564fadd8f93f294d6cfc8aa5dc1b44be5ade5:/head.inc.php?ds=inline diff --git a/head.inc.php b/head.inc.php index f8435ff..5e19024 100644 --- a/head.inc.php +++ b/head.inc.php @@ -1,7 +1,9 @@ \n"; include 'menu.html'; +print "\n\n"; print '
'."\n\n"; @@ -12,3 +14,7 @@ register_shutdown_function(function () { include 'foot.inc.php'; print "\n"; }); + +include "$Page.html"; +if (file_exists("$Page.php")) include_once("$Page.php"); +