dynamic ref

Dynamische Pfade
This commit is contained in:
2026-04-20 22:41:06 +02:00
parent d7f464cc1a
commit 4968fbf230
12 changed files with 16 additions and 22 deletions
+1 -2
View File
@@ -16,8 +16,7 @@
<body>
<?php
include_once 'includes/navbar.php';
//Dynamischer Inhalt (später mit php...):
include_once '../includes/navbar.php';
?>
<main>
+1 -2
View File
@@ -16,8 +16,7 @@
<body>
<?php
include_once 'includes/navbar.php';
//Dynamischer Inhalt (später mit php...):
include_once '../includes/navbar.php';
?>
<main>
+1 -2
View File
@@ -16,8 +16,7 @@
<body>
<?php
include_once 'includes/navbar.php';
//Dynamischer Inhalt (später mit php...):
include_once '../includes/navbar.php';
?>
<main>
+3 -6
View File
@@ -2,10 +2,6 @@
Seite: Informatik
Inhalt: Eine Übersicht über alle Beiträge zum Fach
-->
<!--
Seite: Mathe
Inhalt: Eine Übersicht über alle Beiträge zum Fach
-->
<!DOCTYPE html>
<html lang="de">
@@ -20,7 +16,7 @@
<body>
<?php
include_once 'includes/navbar.php';
include_once '../includes/navbar.php';
?>
<main>
@@ -35,8 +31,9 @@
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no
sea takimata sanctus est Lorem ipsum dolor sit amet.
</p>
<h2>Artikel:</h2>
<div>
<a href="articles/pythagoras.php">Datenschutz vs. Datensicherheit</a>
<a href="../content/articles/pythagoras.php">Datenschutz vs. Datensicherheit</a>
</div>
</main>
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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/tunneleffekt.php">Der Tunneleffekt</a>
<a href="../content/articles/tunneleffekt.php">Der Tunneleffekt</a>
</div>
</main>
+1 -1
View File
@@ -16,7 +16,7 @@
<body>
<?php
include_once 'includes/navbar.php';
include_once '../includes/navbar.php';
?>
<main>