profile.php dynamisch Beiträge anzeigen (unvollständig

This commit is contained in:
2026-05-29 16:00:31 +02:00
parent 52a34cd9b4
commit 88c369de32
3 changed files with 63 additions and 13 deletions
+2 -3
View File
@@ -15,7 +15,6 @@ include_once 'php/controller/showArticle-controller.php';
<?php if (isset($category) && !empty($category)): ?>
<span class="article-view-category"><?php echo htmlspecialchars($category); ?></span>
<?php endif; ?>
<h1 class="article-view-title">
<?php if (isset($title)) { echo htmlspecialchars($title); } ?>
</h1>
@@ -28,7 +27,7 @@ include_once 'php/controller/showArticle-controller.php';
</div>
<!-- articleikel-Inhalt -->
<!-- Beitrags-Inhalt -->
<div class="article-view-content">
<?php if (isset($content)): ?>
<!-- nl2br für Zeilenumbrüche -->
@@ -36,7 +35,7 @@ include_once 'php/controller/showArticle-controller.php';
<?php endif; ?>
</div>
<!-- articleikel-Endbereich (Tags) -->
<!-- Beitrags-Endbereich (Tags) -->
<?php if (isset($tags) && !empty($tags)): ?>
<div class="article-view-bottom-section">
<div class="article-view-tags-label">Tags:</div>