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