Beitrag erstellen #13

Merged
niklas.ortmann merged 164 commits from Beitrag-erstellen into dev 2026-05-29 13:22:11 +02:00
Showing only changes of commit 9698512ccf - Show all commits
+7 -3
View File
@@ -32,9 +32,13 @@ require_once $abs_path . "/php/controller/index-controller.php";
<?php
include_once $abs_path . '/includes/navbar.php';
if (isset($_SESSION["message"]) && $_SESSION["message"] == "new_article"): ?>
<p style="color:green">
Dein Beitrag wurde erfolgreich veröffentlicht!
</p>
<div class="flexbox">
<div class="container">
<p style="color:green">
Dein Beitrag wurde erfolgreich veröffentlicht!
</p>
</div>
</div>
<?php endif;
//Dynamischer Inhalt:
if (isset($_GET["pfad"])) {