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'; ?>
|
❤️ <?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">→</div>
|
<div class="cat-view-arrow">→</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user