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,7 +4,8 @@ require_once __DIR__ . '/lib/bootstrap.php';
<?php include 'header.php'; ?> <?php include 'header.php'; ?>
<?php include 'catbar.php'; ?> <?php include 'catbar.php'; ?>
<?php include 'attrbar.php'; ?>
<?php include 'compcards.php'; ?> <?php include 'compcards.php'; ?>
<?php include 'footer.php'; ?> <?php include 'footer.php'; ?>