X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/97bc8f54b09859842e53d4886234a3b09122ea71..d25b72d1e59591449d5efeea4b4063d250ebb1a8:/page.inc.php diff --git a/page.inc.php b/page.inc.php index dcb0573..39d2008 100644 --- a/page.inc.php +++ b/page.inc.php @@ -13,14 +13,8 @@ $nav = preg_replace_callback('{(.*?)}', function ($m) { print $nav; print "\n\n"; -print '
'."\n\n"; - 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"); -