Panel/modules
copilot-swe-agent[bot] 563ce13252 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>
2025-11-08 15:22:23 +00:00
..
addonsmanager From the panel site 2025-09-17 21:14:45 -04:00
administration From the panel site 2025-09-17 21:14:45 -04:00
backup-restore No changes 2025-09-11 13:29:15 -04:00
billing Fix cart display, menu styling, and documentation formatting 2025-11-08 15:22:23 +00:00
circular From the panel site 2025-09-17 21:14:45 -04:00
config_games From the panel site 2025-09-17 21:14:45 -04:00
cron No changes 2025-09-11 13:29:15 -04:00
dashboard Update dashboard to use order_id instead of cart_id 2025-10-23 22:55:26 +00:00
dsi From the panel site 2025-09-17 21:14:45 -04:00
editconfigfiles No changes 2025-09-11 13:29:15 -04:00
extras No changes 2025-09-11 13:29:15 -04:00
faq From the panel site 2025-09-17 21:14:45 -04:00
fast_download From the panel site 2025-09-17 21:14:45 -04:00
ftp From the panel site 2025-09-17 21:14:45 -04:00
gamemanager Fix server end_date display with color coding and improve cron-shop automation 2025-10-29 03:25:58 +00:00
lgsl_with_img_mod From the panel site 2025-09-17 21:14:45 -04:00
litefm No changes 2025-09-11 13:29:15 -04:00
lostpwd No changes 2025-09-11 13:29:15 -04:00
mods No changes 2025-09-11 13:29:15 -04:00
modulemanager From the panel site 2025-09-17 21:14:45 -04:00
mysql From the panel site 2025-09-17 21:14:45 -04:00
news No changes 2025-09-11 13:29:15 -04:00
rcon No changes 2025-09-11 13:29:15 -04:00
register No changes 2025-09-11 13:29:15 -04:00
server From the panel site 2025-09-17 21:14:45 -04:00
settings From the panel site 2025-09-17 21:14:45 -04:00
status No changes 2025-09-11 13:29:15 -04:00
steam_workshop No changes 2025-09-11 13:29:15 -04:00
subusers No changes 2025-09-11 13:29:15 -04:00
support No changes 2025-09-11 13:29:15 -04:00
teamspeak3 No changes 2025-09-11 13:29:15 -04:00
tickets From the panel site 2025-09-17 21:14:45 -04:00
TS3Admin From the panel site 2025-09-17 21:14:45 -04:00
tshock From the panel site 2025-09-17 21:14:45 -04:00
update From the panel site 2025-09-17 21:14:45 -04:00
user_admin From the panel site 2025-09-17 21:14:45 -04:00
user_games From the panel site 2025-09-17 21:14:45 -04:00
util No changes 2025-09-11 13:29:15 -04:00
README.modules No changes 2025-09-11 13:29:15 -04:00
reseller.tar.gz From the panel site 2025-09-17 21:14:45 -04:00

Module directory consists of following files:

* module.php (REQUIRED):

Contains the information for the module, such as:
- version
- name
- menu entries
- sql installation queries

* navigation.xml (OPTIONAL):

Contains the navigation for the module. This file is optional and if not used,
the default page called <module_name>.php is loaded.

* Additional files:

In addition to the files above module can have as many extra files as you want.