progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-22 52434e6f710613ebdf6e1702499101da0283f6f6
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
c6c379 11 $smarty->display('header.tpl');
F 12 echo 'index';
f0fc43 13
F 14
e89407 15 ?>