dynamic ref
Dynamische Pfade
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<h2>Artikel:</h2>
|
||||
<div>
|
||||
<a href="articles/pythagoras.php">Satz des Pythagoras</a>
|
||||
<a href="../content/articles/pythagoras.php">Satz des Pythagoras</a>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user