From 00020105aaf49fc89e1948337f217e3a2bf3a78b Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Tue, 14 May 2024 09:51:54 +0200
Subject: [PATCH] divisione header e body e creazione shared con header.php (parte 79)

---
 views/Products/show.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/views/Products/show.php b/views/Products/show.php
index 39dd832..a680cdc 100644
--- a/views/Products/show.php
+++ b/views/Products/show.php
@@ -1 +1,6 @@
-Show the product with ID <?= $id ?> here
\ No newline at end of file
+<body>
+    Show the product with ID <?= $id ?> here
+</body>
+
+</html>
+

--
Gitblit v1.8.0