Anzeigenamen #51

Merged
niklas.ortmann merged 10 commits from AnzeigeNamen into dev 2026-07-17 18:09:30 +02:00
Showing only changes of commit 5d8239822a - Show all commits
+1 -1
View File
@@ -58,7 +58,7 @@ $currentPage = isset($page) ? $page : 1;
<div class="cat-view-item">
<div class="cat-view-content">
<h2 class="cat-view-item-title">
<a href="#" class="cat-view-link">
<a href="index.php?pfad=showArticle&id=<?php echo htmlspecialchars($article->getID()); ?>" class="cat-view-link">
<?php echo (isset($article) && !empty($article->getTitle())) ? htmlspecialchars($article->getTitle()) : 'Kein Titel'; ?>
</a>
</h2>