diff --git a/src/account.php b/src/account.php
index 7d48394..45edd2d 100644
--- a/src/account.php
+++ b/src/account.php
@@ -19,6 +19,11 @@ if ($result === false) {
Il mio account - TechStore
+ ";
+ }
+ ?>
diff --git a/src/admin/index.php b/src/admin/index.php
index a3a8ae5..cae9cb4 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/cart.php b/src/cart.php
index a11c349..7512e42 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..3cdf27b 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 63a8936..afd9905 100644
--- a/src/index.php
+++ b/src/index.php
@@ -19,6 +19,11 @@ if ($result === false) {
TechStore - Prodotti
+ ";
+ }
+ ?>
@@ -54,11 +59,5 @@ if ($result === false) {
close(); ?>
-
- ";
- }
- ?>