progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-22 4dd38db78085fa0b55e2a6b6fe18e5dda0f4c32a
commit | author | age
e89407 1 <?php
f0fc43 2
F 3 require '../vendor/autoload.php';
4 use Smarty\Smarty;
5 $smarty = new Smarty();
6
52434e 7 $smarty->setTemplateDir('../ihtml');
F 8 $smarty->setCompileDir('../compile');
9 #$smarty->setCacheDir('../ihtml/smarty/cache');
f0fc43 10
4dd38d 11 $smarty->display('index.tpl');
c6c379 12 echo 'index';
f0fc43 13
F 14
e89407 15 ?>