fixed cart.php formatting

This commit is contained in:
Frank Harris 2025-11-10 13:20:11 -05:00
parent bfe1c6a930
commit 0a85bc1111
2 changed files with 5 additions and 2 deletions

View file

@ -540,6 +540,7 @@ $siteBase = $protocol . $host;
<?php endif; ?>
</head>
<body>
<?php include(__DIR__ . '/includes/top.php'); ?>
<?php include(__DIR__ . '/includes/menu.php'); ?>
<div class="cart-container">
@ -784,5 +785,6 @@ $siteBase = $protocol . $host;
</script>
<?php endif; ?>
</div>
<?php include(__DIR__ . '/includes/footer.php'); ?>
</body>
</html>