dynamic ref
Dynamische Pfade
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
//Dynamischer Inhalt (später mit php...):
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
<main>
|
||||
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
//Dynamischer Inhalt (später mit php...):
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
<main>
|
||||
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
//Dynamischer Inhalt (später mit php...):
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
<main>
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -16,7 +16,7 @@
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include_once 'includes/navbar.php';
|
||||
include_once '../includes/navbar.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
|
||||
Reference in New Issue
Block a user