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

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

diff --git a/htdocs/index.php b/htdocs/index.php
index 11ed93d..c364ab6 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -8,12 +8,10 @@
 $smarty->setConfigDir('../ihtml/smarty/configs');
 $smarty->setCompileDir('../ihtml/smarty/templates_c');
 $smarty->setCacheDir('../ihtml/smarty/cache');
-$smarty->testInstall();
 
-$smarty->assign('name', 'Filippo');
-$smarty->display('prova.tpl');
+$smarty->display('header.tpl');
+echo 'index';
 
-echo "ciao sono una stringa";
 
 
 

--
Gitblit v1.8.0