Update showCategory.php
This commit is contained in:
@@ -31,11 +31,7 @@ include_once "php/controller/showCategory-controller.php";
|
||||
❤️ <?php echo (isset($article) && !empty($article->getLikes())) ? htmlspecialchars($article->getLikes()) : '0'; ?>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- Beschreibungstext -->
|
||||
<p style="margin: 0; color: #4a5568;">
|
||||
<?php echo (isset($article) && !empty($article->getContent())) ? htmlspecialchars($article->getContent()) : 'Kein Inhalt'; ?>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<!-- Interaktiver Pfeil rechts -->
|
||||
<div class="cat-view-arrow">→</div>
|
||||
|
||||
Reference in New Issue
Block a user