diff --git a/modules/billing/docs.php b/modules/billing/docs.php index 8931e24a..e93301d1 100644 --- a/modules/billing/docs.php +++ b/modules/billing/docs.php @@ -20,6 +20,7 @@ $docsDir = __DIR__ . '/docs'; $action = $_GET['action'] ?? 'list'; $doc = $_GET['doc'] ?? ''; $docsPagePath = '/docs.php'; +$pageTitle = $action === 'view' ? 'Documentation' : 'Documentation - GSP'; /** * Get all documentation folders with their metadata @@ -138,7 +139,7 @@ uksort($grouped, function($a, $b) use ($categoryOrder) { -