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 7a206674ab - Show all commits
+2 -2
View File
@@ -33,12 +33,12 @@ require_once $abs_path . "/php/controller/index-controller.php";
include_once $abs_path . '/includes/navbar.php';
if (isset($_SESSION["message"]) && $_SESSION["message"] == "new_article"): ?>
<div class="flexbox">
<div class="container">
<div class="container" style="width: 50%">
<p style="color:green">
Dein Beitrag wurde erfolgreich veröffentlicht!
</p>
</div>
</div>
</div>
<?php endif;
//Dynamischer Inhalt:
if (isset($_GET["pfad"])) {