diff options
Diffstat (limited to 'view/template-formulaires.php')
-rw-r--r-- | view/template-formulaires.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/template-formulaires.php b/view/template-formulaires.php index af37013..f6d7ec0 100644 --- a/view/template-formulaires.php +++ b/view/template-formulaires.php | |||
@@ -26,8 +26,7 @@ | |||
26 | // il devient donc impossible de n'avoir aucun fichier | 26 | // il devient donc impossible de n'avoir aucun fichier |
27 | ob_start(); | 27 | ob_start(); |
28 | ?> | 28 | ?> |
29 | <img class="imageFormulaire" src="<?= $imageFormulaire ?>" > | 29 | <?= $imageFormulaire ?> |
30 | <br/> | ||
31 | <p><i>Infos qui seront affichées sur cette page:</i></p> | 30 | <p><i>Infos qui seront affichées sur cette page:</i></p> |
32 | <label for="titre" >Titre</label> | 31 | <label for="titre" >Titre</label> |
33 | <input type="text" name="titre" value="<?= $vignette[0] ?>" required ><br /> | 32 | <input type="text" name="titre" value="<?= $vignette[0] ?>" required ><br /> |