progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-22 c6c37911c50adf560df60e482f356c24f8e69b61
aggiunta index al template header e eliminazione template di prova
2 files modified
1 files deleted
9 ■■■■■ changed files
htdocs/index.php 6 ●●●●● patch | view | raw | blame | history
ihtml/smarty/templates/header.tpl 1 ●●●● patch | view | raw | blame | history
ihtml/smarty/templates/prova.tpl 2 ●●●●● patch | view | raw | blame | history
htdocs/index.php
@@ -8,12 +8,10 @@
$smarty->setConfigDir('../ihtml/smarty/configs');
$smarty->setCompileDir('../ihtml/smarty/templates_c');
$smarty->setCacheDir('../ihtml/smarty/cache');
$smarty->testInstall();
$smarty->assign('name', 'Filippo');
$smarty->display('prova.tpl');
$smarty->display('header.tpl');
echo 'index';
echo "ciao sono una stringa";
ihtml/smarty/templates/header.tpl
@@ -2,6 +2,7 @@
<header>
    <h1>TEST HEADER</h1>
    <a href="index.php">Home</a>
    <a href="panda.php">FiatPanda</a>
    <a href="500.php">500</a>
    <a href="tipo.php">FiatTipo</a>
ihtml/smarty/templates/prova.tpl
File was deleted