Add attribute bar inclusion in index.php for enhanced product filtering

This commit is contained in:
Fabian Schieder 2026-03-30 23:07:40 +02:00
parent 876d9ca9e3
commit 706e4e0443

View File

@ -4,6 +4,7 @@ require_once __DIR__ . '/lib/bootstrap.php';
<?php include 'header.php'; ?>
<?php include 'catbar.php'; ?>
<?php include 'attrbar.php'; ?>
<?php include 'compcards.php'; ?>