Add attribute bar inclusion in index.php for enhanced product filtering
This commit is contained in:
parent
876d9ca9e3
commit
706e4e0443
@ -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'; ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user