From 1e8ccb356436cd0cc04a9465d75718d1a65adab3 Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Tue, 23 Apr 2024 09:49:44 +0200
Subject: [PATCH] aggiunta article con annessa descrizione auto (in questo momento lorem per test)

---
 htdocs/panda.php |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/htdocs/panda.php b/htdocs/panda.php
index 5e5388b..eacbd5f 100644
--- a/htdocs/panda.php
+++ b/htdocs/panda.php
@@ -3,11 +3,9 @@
     use Smarty\Smarty;
     $smarty = new Smarty();
 
-    $smarty->setTemplateDir('../ihtml/smarty/templates');
-    $smarty->setConfigDir('../ihtml/smarty/configs');
-    $smarty->setCompileDir('../ihtml/smarty/templates_c');
-    $smarty->setCacheDir('../ihtml/smarty/cache');
+    $smarty->setTemplateDir('../ihtml');
+    $smarty->setCompileDir('../compile');
     
-    $smarty->display('header.tpl');
+    $smarty->display('panda.tpl');
     echo "fiat panda";
 ?>
\ No newline at end of file

--
Gitblit v1.8.0