update relative links and other things

This commit is contained in:
2019-09-23 12:30:13 +02:00
parent 72319118a4
commit fbffa866f1
29 changed files with 103 additions and 148 deletions

View File

@@ -1,5 +1,5 @@
<?php
require_once("./controller/MVCController.php");
require_once(ROOT_DIR."./controller/MVCController.php");
require_once("index.php");
?>
<!DOCTYPE html>
@@ -10,7 +10,7 @@ require_once("index.php");
<body>
<header class="row">
<?php
include_once("./view/webcontent/content_header.php");
include_once(ROOT_DIR."./view/webcontent/content_header.php");
?>
</header>
<div class="main">