Update showCategory.php
This commit is contained in:
@@ -5,6 +5,10 @@ $currentSort = isset($sortStyle) ? $sortStyle : 'alphabet';
|
|||||||
$currentPage = isset($page) ? $page : 1;
|
$currentPage = isset($page) ? $page : 1;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<noscript>
|
||||||
|
Bitte JavaScript aktivieren!
|
||||||
|
</noscript>
|
||||||
|
|
||||||
<!-- Das Formular umschließt jetzt das gesamte Layout -->
|
<!-- Das Formular umschließt jetzt das gesamte Layout -->
|
||||||
<form id="search-form-id" action="index.php" method="GET" style="display: contents;">
|
<form id="search-form-id" action="index.php" method="GET" style="display: contents;">
|
||||||
<input type="hidden" name="pfad" value="showCategory">
|
<input type="hidden" name="pfad" value="showCategory">
|
||||||
|
|||||||
Reference in New Issue
Block a user