diff --git a/src/account.php b/src/account.php
index 7d48394..6273b8a 100644
--- a/src/account.php
+++ b/src/account.php
@@ -19,6 +19,11 @@ if ($result === false) {
Il mio account - TechStore
+ ";
+ }
+ ?>
@@ -49,7 +54,7 @@ if ($result === false) {
Account di
Nome completo:
- Modifica password
+ Modifica password
Elimina account
diff --git a/src/admin/index.php b/src/admin/index.php
index a3a8ae5..bdd7d69 100644
--- a/src/admin/index.php
+++ b/src/admin/index.php
@@ -58,6 +58,11 @@ if ($result_total_products) {
Dashboard amministratore - TechStore
+ ";
+ }
+ ?>
diff --git a/src/admin/manageOrders.php b/src/admin/manageOrders.php
index cd087d6..f7d7808 100644
--- a/src/admin/manageOrders.php
+++ b/src/admin/manageOrders.php
@@ -88,7 +88,7 @@ if ($result === false) {
Benvenuto,
-
+
diff --git a/src/admin/manageProducts.php b/src/admin/manageProducts.php
index b886971..e0301cc 100644
--- a/src/admin/manageProducts.php
+++ b/src/admin/manageProducts.php
@@ -147,7 +147,7 @@ $stmt_prod->close();
Benvenuto,
-
+
diff --git a/src/admin/manageUsers.php b/src/admin/manageUsers.php
index 153a6d9..be7b822 100644
--- a/src/admin/manageUsers.php
+++ b/src/admin/manageUsers.php
@@ -93,7 +93,7 @@ if ($result === false) {
Benvenuto,
-
+
diff --git a/src/assets/style.css b/src/assets/style.css
index 55778bd..9711b23 100644
--- a/src/assets/style.css
+++ b/src/assets/style.css
@@ -190,7 +190,7 @@ header span {
}
.product-card button {
padding: 8px 16px;
- background-color: #007bff;
+ background-color: #1c71d8;
color: white;
border: none;
border-radius: 4px;
@@ -360,7 +360,7 @@ form button:hover {
}
.checkout-btn {
padding: 10px 20px;
- background-color: #28a745;
+ background-color: #1d8033;
color: white;
border: none;
border-radius: 4px;
@@ -401,7 +401,7 @@ form button:hover {
}
.my-sidebar a {
- color: #007bff;
+ color: #1c71d8;
text-decoration: none;
}
@@ -472,7 +472,7 @@ form button:hover {
.toggle-button {
padding: 10px 16px;
- background-color: #17a2b8;
+ background-color: #117281;
color: #fff;
border: none;
border-radius: 4px;
@@ -517,7 +517,7 @@ form button:hover {
height: 32px;
border: none;
border-radius: 4px;
- background-color: #007bff;
+ background-color: #1c71d8;
color: #fff;
cursor: pointer;
}
@@ -594,7 +594,7 @@ form button:hover {
}
.admin-stat-products {
- border-color: #17a2b8;
+ border-color: #117281;
background-color: #e9f7fb;
}
@@ -649,7 +649,7 @@ form button:hover {
}
.status-completed {
- background-color: #28a745;
+ background-color: #1d8033;
color: white;
}
@@ -748,7 +748,7 @@ form button:hover {
/* Stili per btn-reset */
.btn-reset {
- background-color: #17a2b8;
+ background-color: #117281;
color: white;
border: none;
border-radius: 4px;
@@ -1068,7 +1068,7 @@ header button {
margin-left: 0 !important;
margin-right: 5px !important;
padding: 8px 12px !important;
- background-color: #007bff !important;
+ background-color: #1c71d8 !important;
color: white !important;
border: none !important;
border-radius: 4px !important;
@@ -1082,8 +1082,8 @@ header a:has(button[style*="#dc3545"]) button {
}
header a[href*="login"] button,
-header a:has(button[style*="#28a745"]) button {
- background-color: #28a745 !important;
+header a:has(button[style*="#1d8033"]) button {
+ background-color: #1d8033 !important;
}
header button:hover {
diff --git a/src/cart.php b/src/cart.php
index a11c349..a21ad75 100644
--- a/src/cart.php
+++ b/src/cart.php
@@ -10,6 +10,11 @@ session_start();
Carrello - TechStore
+ ";
+ }
+ ?>
diff --git a/src/checkout.php b/src/checkout.php
index c49cc38..8497484 100644
--- a/src/checkout.php
+++ b/src/checkout.php
@@ -119,6 +119,11 @@ $conn->close();
- TechStore
+ ";
+ }
+ ?>
diff --git a/src/index.php b/src/index.php
index bac08ca..10f91dc 100644
--- a/src/index.php
+++ b/src/index.php
@@ -19,6 +19,11 @@ if ($result === false) {
TechStore - Prodotti
+ ";
+ }
+ ?>
@@ -38,7 +43,7 @@ if ($result === false) {
fetch_assoc()): ?>
-
+
" . htmlspecialchars($row['ProductName']) . ""; ?>
€
0): ?>
diff --git a/src/login.php b/src/login.php
index c314ef5..596081a 100644
--- a/src/login.php
+++ b/src/login.php
@@ -48,6 +48,11 @@ $conn->close();
Login - TechStore
+ ";
+ }
+ ?>
diff --git a/src/product.php b/src/product.php
index ae1075a..15cbb65 100644
--- a/src/product.php
+++ b/src/product.php
@@ -30,6 +30,11 @@ if ($stmt = $conn->prepare($sql)) {
+ ";
+ }
+ ?>
@@ -55,7 +60,7 @@ if ($stmt = $conn->prepare($sql)) {
Prezzo: €
Quantità disponibile:
0): ?>
-
+
diff --git a/src/register.php b/src/register.php
index 3fa4f93..f70d6ad 100644
--- a/src/register.php
+++ b/src/register.php
@@ -9,6 +9,11 @@
Registrazione - TechStore
+ ";
+ }
+ ?>