parent
4717d2dba7
commit
39aea33814
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
global $twig;
|
||||
|
||||
|
||||
echo $twig->render('head.html.twig', [
|
||||
'title' => "Submit Quote",
|
||||
'style' => "public/styles/styleSubmitQuote.css",
|
||||
'scripts' => array("public/script/theme-toggle.js")
|
||||
]);
|
||||
|
||||
|
||||
// Rendu du bandeau
|
||||
echo $twig->render('bandeau.html.twig');
|
||||
|
||||
echo $twig -> render("submitQuote.html.twig");
|
||||
?>
|
||||
|
||||
|
Loading…
Reference in new issue