|
|
|
@ -4,12 +4,12 @@
|
|
|
|
|
|
|
|
|
|
echo $twig->render('head.html.twig', array(
|
|
|
|
|
'title' => "Quote",
|
|
|
|
|
'style' => "../public/styles/styleQuote.css",
|
|
|
|
|
'style' => "public/styles/styleQuote.css",
|
|
|
|
|
));
|
|
|
|
|
|
|
|
|
|
echo $twig->render('bandeau.html.twig');
|
|
|
|
|
echo $twig->render('quote.html', array(
|
|
|
|
|
'srcImg' => "../public/images/Dark_Vador.jpg",
|
|
|
|
|
'srcImg' => "public/images/Dark_Vador.jpg",
|
|
|
|
|
'nameCarac' => "Dark Vador",
|
|
|
|
|
'quoteContent' => "Je suis ton père",
|
|
|
|
|
'sourceName' => "Star Wars V : L’Empire contre-attaque",
|
|
|
|
|