refactoring

This commit is contained in:
NOrtmann1
2026-06-10 17:55:02 +02:00
parent ace73f15ef
commit 1394467abe
8 changed files with 7 additions and 175 deletions
+1
View File
@@ -3,6 +3,7 @@ include_once "php/controller/showCategory-controller.php";
?>
<main>
<?php include_once "includes/alertMessages.php"?>
<h1><?php if (isset($category) && !empty($category)){ echo htmlspecialchars($category); } ?></h1>