progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-22 78890acb5823339b36ddc2439a9560b2ed5776bf
aggiornamento indentazione
1 files modified
19 ■■■■■ changed files
htdocs/index.php 19 ●●●●● patch | view | raw | blame | history
htdocs/index.php
@@ -1,15 +1,12 @@
<?php
    require '../vendor/autoload.php';
    use Smarty\Smarty;
    $smarty = new Smarty();
require '../vendor/autoload.php';
use Smarty\Smarty;
$smarty = new Smarty();
    $smarty->setTemplateDir('../ihtml');
    $smarty->setCompileDir('../compile');
    #$smarty->setCacheDir('../ihtml/smarty/cache');
$smarty->setTemplateDir('../ihtml');
$smarty->setCompileDir('../compile');
#$smarty->setCacheDir('../ihtml/smarty/cache');
$smarty->display('index.tpl');
echo 'index';
    $smarty->display('index.tpl');
    echo 'index';
?>