CMXX - Language selection

This commit is contained in:
“VeLiTi”
2025-02-19 16:48:48 +01:00
parent 0e9d133ff9
commit 8bb78d2a08
19 changed files with 139 additions and 58 deletions

View File

@@ -10,7 +10,7 @@ if (isset($_SESSION['discount'])) {
unset($_SESSION['discount']);
}
?>
<?=template_header('Place Order')?>
<?=template_header(($place_order_header ?? 'Place order'))?>
<?php if ($error): ?>
<p class="content-wrapper error"><?=$error?></p>