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/tipo.php |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/htdocs/tipo.php b/htdocs/tipo.php
index 9bf0913..6729b65 100644
--- a/htdocs/tipo.php
+++ b/htdocs/tipo.php
@@ -3,10 +3,8 @@
     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');
     echo "fiat tipo";

--
Gitblit v1.8.0