CMXX - First testing

This commit is contained in:
“VeLiTi”
2025-03-07 15:07:15 +01:00
parent 5dd2973a26
commit cd0e04981c
81 changed files with 697 additions and 325 deletions

View File

@@ -90,6 +90,7 @@ $url = routes([
'/products/{category}/{sort}' => 'products.php',
'/products/{p}/{category}/{sort}' => 'products.php',
'/myaccount' => 'myaccount.php',
'/myaccount/{activation_key}' => 'myaccount.php',
'/myaccount/{tab}' => 'myaccount.php',
'/download/{id}' => 'download.php',
'/cart' => 'cart.php',