progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-23 6a277d7cbb625be5fd0da766472d06e08d58dc0f
creazione template per 500
2 files modified
20 ■■■■■ changed files
htdocs/500.php 2 ●●● patch | view | raw | blame | history
ihtml/500.tpl 18 ●●●●● patch | view | raw | blame | history
htdocs/500.php
@@ -6,6 +6,6 @@
    $smarty->setTemplateDir('../ihtml');
    $smarty->setCompileDir('../compile');
    
    $smarty->display('header.tpl');
    $smarty->display('500.tpl');
    echo "fiat 500";
?>
ihtml/500.tpl
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    {include file="header.tpl"}
    <main>
        <img src="files_comuni/images/500.jpg">
        <article>
            Lorem ipsum dolor sit amet consectetur adipisicing elit. Perspiciatis dicta fugiat molestiae ex, illo dolorem mollitia soluta molestias laborum rerum et voluptas facere sapiente animi neque dolorum rem. Quis, modi!
        </article>
    </main>
    {include file="footer.tpl"}
</body>
</html>