progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-24 24112e1d997cf519f1679e0b0e995a9663f18961
htdocs/index.php
@@ -1,15 +1,12 @@
<?php
    require '../vendor/autoload.php';
    use Smarty\Smarty;
    $smarty = new Smarty();
require '../vendor/autoload.php';
use Smarty\Smarty;
$smarty = new Smarty();
    $smarty->setTemplateDir('../ihtml');
    $smarty->setCompileDir('../compile');
    #$smarty->setCacheDir('../ihtml/smarty/cache');
$smarty->setTemplateDir('../ihtml');
$smarty->setCompileDir('../compile');
#$smarty->setCacheDir('../ihtml/smarty/cache');
$smarty->display('index.tpl');
echo 'index';
    $smarty->display('index.tpl');
    echo 'index';
?>