Relative Paths Fixes

This commit is contained in:
JonatanRek
2020-06-26 16:58:08 +02:00
parent fc8891425d
commit 4c3aaa40bc
7 changed files with 15 additions and 10 deletions

View File

@@ -22,6 +22,7 @@
<?php
$partial = new Partial('footer');
$partial->prepare('baseDir', BASEDIR);
$partial->render();
?>
</body>