From cc306ca3550331249fdc0b25c29a78de0e3ac2c5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 8 May 2026 13:01:48 +0000 Subject: [PATCH] Polish workshop helper ordering and docs wording consistency Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/1575c81b-f8a7-433a-8f3b-e068c0992c18 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> --- modules/billing/docs.php | 3 +-- modules/billing/docs/getting-started/index.php | 2 +- modules/steam_workshop/includes/functions.php | 2 ++ modules/steam_workshop/module.php | 14 +++++++------- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/modules/billing/docs.php b/modules/billing/docs.php index f8b132b4..3dc6bbf8 100644 --- a/modules/billing/docs.php +++ b/modules/billing/docs.php @@ -20,7 +20,6 @@ $docsDir = __DIR__ . '/docs'; $action = $_GET['action'] ?? 'list'; $doc = $_GET['doc'] ?? ''; $docsPagePath = '/docs.php'; -$pageTitle = 'Documentation - GSP'; /** * Get all documentation folders with their metadata @@ -139,7 +138,7 @@ uksort($grouped, function($a, $b) use ($categoryOrder) { -