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

View file

@ -4,7 +4,9 @@
<footer class="gsw-footer"> <footer class="gsw-footer">
<div class="container-wide"> <div class="container-wide">
<a href="privacy.php">Privacy</a> | <a href="tos.php">TOS</a> | <a href="server_status.php">Server Status</a> | <a href="https://worlddomination.dev" target="_blank" rel="noopener">Worlddomination.dev</a> <a href="privacy.php">Privacy</a> | <a href="tos.php">TOS</a> | <a href="server_status.php">Server Status</a> | <a href="https://worlddomination.dev" target="_blank" rel="noopener">Worlddomination.dev</a>
<div class="last-updated" style="float:right;color:#999;font-size:0.9em;">
</div>
<div class="last-updated" style="color:#999;font-size:0.9em;">
<?php <?php
// Include the canonical billing timestamp text file (plain text). // Include the canonical billing timestamp text file (plain text).
$billing_ts = __DIR__ . '/../timestamp.txt'; $billing_ts = __DIR__ . '/../timestamp.txt';
@ -13,7 +15,6 @@
} }
?> ?>
</div> </div>
</div>
</footer> </footer>
<!-- close site wrapper started in menu.php --> <!-- close site wrapper started in menu.php -->