progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-22 cba756217b4454eab09d4a06db78a3db2f07b8b7
htdocs/index.php
@@ -4,10 +4,10 @@
use Smarty\Smarty;
$smarty = new Smarty();
$smarty->setTemplateDir('files_comuni/smarty/templates');
$smarty->setConfigDir('files_comuni/smarty/configs');
$smarty->setCompileDir('files_comuni/smarty/templates_c');
$smarty->setCacheDir('files_comuni/smarty/cache');
$smarty->setTemplateDir('../ihtml/smarty/templates');
$smarty->setConfigDir('../ihtml/smarty/configs');
$smarty->setCompileDir('../ihtml/smarty/templates_c');
$smarty->setCacheDir('../ihtml/smarty/cache');
$smarty->testInstall();
$smarty->assign('name', 'Filippo');