feature: Markets and shopping features

This commit is contained in:
Keith Solomon
2026-02-13 06:57:13 -06:00
parent 5e60919e01
commit 714c291c8b
4 changed files with 753 additions and 0 deletions

View File

@@ -137,6 +137,10 @@ try {
<h1 class="text-3xl font-bold mb-6 underline decoration-gray-300 w-full"><a href="market.php">Spacetraders - Markets</a></h1>
<p class="mb-6">
<a class="text-blue-300 hover:underline" href="all-markets.php">View All Markets</a>
</p>
<?php if (isset( $tokenError ) ) : ?>
<div class="mb-6 border border-red-500 p-4 rounded text-red-300">
<?php echo htmlspecialchars( $tokenError ); ?>