Fix cart display, menu styling, and documentation formatting

- Add menu include to cart.php so the page displays properly
- Link header.css stylesheet in cart.php
- Change My Account from prominent button to regular nav link in menu
- Update all 148 game documentation files with proper Quick Info from XML configs
- Fix contrast issues in Quick Info (dark blue background with white text)
- Add Font Awesome icons and fix contrast in Important Notes (dark orange background)
- Sort games alphabetically (case-insensitive) in docs.php
- Add Font Awesome CDN link to docs.php

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-08 15:22:23 +00:00
parent cdaf9e52e9
commit 563ce13252
151 changed files with 1635 additions and 1335 deletions

View file

@ -90,8 +90,8 @@ if ($is_logged_in) {
<a href="serverlist.php" class="gsw-nav-link">Game Servers</a>
<a href="docs.php" class="gsw-nav-link">Documentation</a>
<?php if ($is_logged_in): ?>
<!-- Make My Account a prominent header button and remove My Servers link per UX request -->
<a href="my_account.php" class="gsw-header-btn gsw-nav-link-myaccount">My Account</a>
<!-- My Account as a regular nav link, not a prominent button -->
<a href="my_account.php" class="gsw-nav-link">My Account</a>
<a href="cart.php" class="gsw-nav-link">Cart
<?php
$cart_count = 0;