Bug Fixes

This commit is contained in:
2020-12-09 12:19:19 +01:00
parent ff2c51d505
commit 181a65a99b
9 changed files with 20 additions and 10 deletions

View File

@@ -4,6 +4,8 @@
<?php
$partial = new Partial('head');
$partial->prepare('baseDir',$BASEDIR);
$partial->prepare('baseUrl',$BASEURL);
$partial->render();
?>
<title><?php echo $TITLE ?></title>