X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/6c88aa26826638bc616e29cf08261a3c5a6b508b..2b56d0fa69a4608fb1b582fca5f08d343f5b90eb:/page.inc.php diff --git a/page.inc.php b/page.inc.php index 2c1fc6c..39d2008 100644 --- a/page.inc.php +++ b/page.inc.php @@ -18,9 +18,3 @@ register_shutdown_function(function () { print "\n"; }); -print '
'."\n\n"; -include "./$Page.html"; -print "
\n\n"; - -if (file_exists("$Page.php")) include_once("./$Page.php"); -