progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-23 3cf7cfa168285b7401ceff2deaded38beafff808
htdocs/500.php
@@ -3,11 +3,9 @@
    use Smarty\Smarty;
    $smarty = new Smarty();
    $smarty->setTemplateDir('../ihtml/smarty/templates');
    $smarty->setConfigDir('../ihtml/smarty/configs');
    $smarty->setCompileDir('../ihtml/smarty/templates_c');
    $smarty->setCacheDir('../ihtml/smarty/cache');
    $smarty->setTemplateDir('../ihtml');
    $smarty->setCompileDir('../compile');
    
    $smarty->display('header.tpl');
    $smarty->display('500.tpl');
    echo "fiat 500";
?>