fixed cart.php formatting
This commit is contained in:
parent
bfe1c6a930
commit
0a85bc1111
2 changed files with 5 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@
|
|||
<footer class="gsw-footer">
|
||||
<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>
|
||||
<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
|
||||
// Include the canonical billing timestamp text file (plain text).
|
||||
$billing_ts = __DIR__ . '/../timestamp.txt';
|
||||
|
|
@ -13,7 +15,6 @@
|
|||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- close site wrapper started in menu.php -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue