From c6c37911c50adf560df60e482f356c24f8e69b61 Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Mon, 22 Apr 2024 11:54:02 +0200
Subject: [PATCH] aggiunta index al template header e eliminazione template di prova

---
 ihtml/smarty/templates/header.tpl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ihtml/smarty/templates/header.tpl b/ihtml/smarty/templates/header.tpl
index 69df76c..5580f45 100644
--- a/ihtml/smarty/templates/header.tpl
+++ b/ihtml/smarty/templates/header.tpl
@@ -2,6 +2,7 @@
 
 <header>
     <h1>TEST HEADER</h1>
+    <a href="index.php">Home</a>
     <a href="panda.php">FiatPanda</a>
     <a href="500.php">500</a>
     <a href="tipo.php">FiatTipo</a>

--
Gitblit v1.8.0