progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-05-03 a39c372f635a26eb10b243a0ba4addf6710b6c07
commit | author | age
cba756 1 <?php
F 2     require '../vendor/autoload.php';
3     use Smarty\Smarty;
4     $smarty = new Smarty();
5
c29ccd 6     $smarty->setTemplateDir('../ihtml');
F 7     $smarty->setCompileDir('../compile');
cba756 8     
c9af8d 9     $smarty->display('tipo.tpl');
cba756 10     echo "fiat tipo";
F 11 ?>