parent
ccc48431e8
commit
c86de066fd
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
global $twig;
|
||||
|
||||
echo $twig->render('head.html.twig', array(
|
||||
'title' => "Recap Quote",
|
||||
'style' => "../public/styles/styleSubmitQuote.css",
|
||||
'scripts' => array("../../public/script/theme-toggle.js")
|
||||
));
|
||||
echo $twig->render('bandeau.html.twig');
|
||||
echo $twig -> render("recapSubmitQuote.html.twig", ['
|
||||
content' => $_POST["content"],
|
||||
'character' => $_POST["character"],
|
||||
'source' => $_POST["src"]
|
||||
]);
|
||||
?>
|
Loading…
Reference in new issue