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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/htdocs/panda.php b/htdocs/panda.php
index c56a389..eacbd5f 100644
--- a/htdocs/panda.php
+++ b/htdocs/panda.php
@@ -6,6 +6,6 @@
     $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