page: stable include path (site then minimedit root)
[minimedit.git] / page.inc.php
index 333a70521e5de72c69d20904902fe679dbc4a5dc..80f773d30f0395fc40d4411c78d9e85d9e5dc10a 100644 (file)
@@ -1,11 +1,11 @@
 <?php
-$body = ob_get_clean();
+$body = getoutput(@$Place);
 
-include_once DOCROOT.'head.inc.php';
+include_once 'head.inc.php';
 
 print "<header>\n";
 ob_start();
-include DOCROOT.'menu.html';
+include 'menu.html';
 ob_start();
 if (!empty($User)) {
        print '<div class="login"><p>';
@@ -46,7 +46,7 @@ print $body;
 
 register_shutdown_function(function () {
        print '<footer>';
-       @include DOCROOT.'footer.html';
+       @include 'footer.html';
        print "</footer>\n";
 
        global $User;