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

@@ -101,7 +101,7 @@ foreach ($products_in_cart as $num => $product) {
$subtotal += (float)$product['options_price'] * (int)$product['quantity'];
}
template_header('Shopping Cart');
template_header(($shopping_cart_header ?? 'Shopping Cart'));
$view = '
<div class="cart content-wrapper">