dynamic product cards

This commit is contained in:
Paul Eisenbock 2026-01-29 21:40:34 +01:00
parent 26977ffeb4
commit 06dea737d8

View File

@ -37,6 +37,8 @@ $categories = [
?>
<?php foreach ($categories as $key => $cat): ?>
<?php if ($activeCategory === 'all' || $activeCategory === $key): ?>