Fix relative refs
This commit is contained in:
parent
8664fce9fe
commit
f40f5ff3f0
@ -2,11 +2,11 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<?php include "./page-blocks/head.php"; ?>
|
||||
<?php include "../page-blocks/head.php"; ?>
|
||||
<title>Access Denied</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php include "./page-blocks/menu.php"; ?>
|
||||
<?php include "../page-blocks/menu.php"; ?>
|
||||
<h1 class="page-title">Access Denied</h1>
|
||||
<div class="title-image">
|
||||
<picture>
|
||||
@ -25,6 +25,6 @@
|
||||
person who sent you the link. If it was me - I'm sorry, I messed up.
|
||||
</p>
|
||||
</div>
|
||||
<?php include "./page-blocks/footer.php"; ?>
|
||||
<?php include "../page-blocks/footer.php"; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<?php include "./page-blocks/head.php"; ?>
|
||||
<?php include "../page-blocks/head.php"; ?>
|
||||
<title>Not Found</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php include "./page-blocks/menu.php"; ?>
|
||||
<?php include "../page-blocks/menu.php"; ?>
|
||||
<h1 class="page-title">Not Found</h1>
|
||||
<div class="title-image">
|
||||
<picture>
|
||||
@ -25,6 +25,6 @@
|
||||
person who sent you the link. If it was me - I'm sorry, I messed up.
|
||||
</p>
|
||||
</div>
|
||||
<?php include "./page-blocks/footer.php"; ?>
|
||||
<?php include "../page-blocks/footer.php"; ?>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user