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:
parent
cdaf9e52e9
commit
563ce13252
151 changed files with 1635 additions and 1335 deletions
|
|
@ -188,6 +188,7 @@ mysqli_close($db);
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Shopping Cart - Game Server Panel</title>
|
||||
<link rel="stylesheet" href="css/header.css">
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
|
|
@ -334,6 +335,7 @@ mysqli_close($db);
|
|||
<?php endif; ?>
|
||||
</head>
|
||||
<body>
|
||||
<?php include(__DIR__ . '/includes/menu.php'); ?>
|
||||
<div class="container">
|
||||
<h1>🛒 Shopping Cart</h1>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue