Update showCategory.php

This commit is contained in:
2026-07-17 17:27:16 +02:00
parent bb2c368b1f
commit 0d009262b6
+4
View File
@@ -5,6 +5,10 @@ $currentSort = isset($sortStyle) ? $sortStyle : 'alphabet';
$currentPage = isset($page) ? $page : 1;
?>
<noscript>
Bitte JavaScript aktivieren!
</noscript>
<!-- Das Formular umschließt jetzt das gesamte Layout -->
<form id="search-form-id" action="index.php" method="GET" style="display: contents;">
<input type="hidden" name="pfad" value="showCategory">