From 40302288abc170ebfd2b7ffacb334768f77b8698 Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Tue, 30 Apr 2024 12:10:03 +0200
Subject: [PATCH] refactor

---
 htdocs/tipo.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/htdocs/tipo.php b/htdocs/tipo.php
index 6729b65..571bbe6 100644
--- a/htdocs/tipo.php
+++ b/htdocs/tipo.php
@@ -6,6 +6,6 @@
     $smarty->setTemplateDir('../ihtml');
     $smarty->setCompileDir('../compile');
     
-    $smarty->display('header.tpl');
+    $smarty->display('tipo.tpl');
     echo "fiat tipo";
 ?>
\ No newline at end of file

--
Gitblit v1.8.0