relative php include path
This commit is contained in:
6
404.php
6
404.php
@@ -3,14 +3,14 @@
|
||||
<head>
|
||||
<title>Max Mehl | Error</title>
|
||||
|
||||
<?php include '/static/head.de.html'; ?>
|
||||
<?php include 'static/head.de.html'; ?>
|
||||
</head>
|
||||
|
||||
<body class="home blog custom-background">
|
||||
|
||||
<div id="header">
|
||||
<div id="header-content">
|
||||
<?php include '/static/nav.de.html'; ?>
|
||||
<?php include 'static/nav.de.html'; ?>
|
||||
|
||||
<div class="info">
|
||||
<p><a target="_blank" href="/impressum">Impressum</a></p>
|
||||
@@ -35,6 +35,6 @@
|
||||
</div> <!-- / featured-boxs -->
|
||||
<!-- / page -->
|
||||
|
||||
<?php include '/static/piwik.html'; ?>
|
||||
<?php include 'static/piwik.html'; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user