X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/f7d3272780c406dafe63b005bf8b857f3f72cb85..2c4564fadd8f93f294d6cfc8aa5dc1b44be5ade5:/head.inc.php?ds=sidebyside diff --git a/head.inc.php b/head.inc.php index 4489ce9..5e19024 100644 --- a/head.inc.php +++ b/head.inc.php @@ -1,10 +1,20 @@ \n"; +include 'menu.html'; +print "\n\n"; print '
'."\n\n"; include_once 'auth.inc.php'; register_shutdown_function(function () { + print "
\n\n"; include 'foot.inc.php'; + print "\n"; }); + +include "$Page.html"; +if (file_exists("$Page.php")) include_once("$Page.php"); +