Update showCategory.php

This commit is contained in:
2026-07-17 17:13:41 +02:00
parent a5f02c9a6c
commit 7a2a3ac1e9
+1 -5
View File
@@ -31,11 +31,7 @@ include_once "php/controller/showCategory-controller.php";
❤️ <?php echo (isset($article) && !empty($article->getLikes())) ? htmlspecialchars($article->getLikes()) : '0'; ?> ❤️ <?php echo (isset($article) && !empty($article->getLikes())) ? htmlspecialchars($article->getLikes()) : '0'; ?>
</span> </span>
</div> </div>
<!-- Beschreibungstext -->
<p style="margin: 0; color: #4a5568;">
<?php echo (isset($article) && !empty($article->getContent())) ? htmlspecialchars($article->getContent()) : 'Kein Inhalt'; ?>
</p>
</div> </div>
<!-- Interaktiver Pfeil rechts --> <!-- Interaktiver Pfeil rechts -->
<div class="cat-view-arrow">&rarr;</div> <div class="cat-view-arrow">&rarr;</div>