progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-22 c29ccdb4f4368f51b549eaca6274a7a4e9fabee7
aggiornamento path smarty
3 files modified
18 ■■■■■ changed files
htdocs/500.php 6 ●●●●● patch | view | raw | blame | history
htdocs/panda.php 6 ●●●●● patch | view | raw | blame | history
htdocs/tipo.php 6 ●●●●● patch | view | raw | blame | history
htdocs/500.php
@@ -3,10 +3,8 @@
    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');
    echo "fiat 500";
htdocs/panda.php
@@ -3,10 +3,8 @@
    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');
    echo "fiat panda";
htdocs/tipo.php
@@ -3,10 +3,8 @@
    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');
    echo "fiat tipo";