profileArticle-controller.php Implementierung

This commit is contained in:
NOrtmann1
2026-05-29 17:00:32 +02:00
parent 88c369de32
commit ff23e6c9a2
4 changed files with 19 additions and 23 deletions
+5 -1
View File
@@ -43,7 +43,11 @@ include_once 'php/controller/profileArticles-controller.php';
<div class="container">
<h2 class="section-title">Meine Beiträge</h2>
<div class="articles-list">
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "internal_error"): ?>
<p class="alert-message is-error">
Es ist ein Fehler beim Speichern aufgetreten. Bitte versuche es erneut.
</p>
<?php elseif(isset($articles) && count($articles) > 0): ?>
<!-- Beispiel-Eintrag 1 (Wird später per PHP wiederholt) -->
<div class="article-item">
<div class="article-meta">