progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-24 24112e1d997cf519f1679e0b0e995a9663f18961
commit | author | age
ffffd6 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');
ffffd6 8     
bf3e5b 9     $smarty->display('panda.tpl');
ffffd6 10     echo "fiat panda";
F 11 ?>