|
|
@ -5,6 +5,7 @@
|
|
|
|
echo $twig->render('head.html.twig', array(
|
|
|
|
echo $twig->render('head.html.twig', array(
|
|
|
|
'title' => "Quote",
|
|
|
|
'title' => "Quote",
|
|
|
|
'style' => "../public/styles/styleQuote.css",
|
|
|
|
'style' => "../public/styles/styleQuote.css",
|
|
|
|
|
|
|
|
'scripts' => array("../public/script/theme-toggle.js")
|
|
|
|
));
|
|
|
|
));
|
|
|
|
echo $twig->render('bandeau.html.twig');
|
|
|
|
echo $twig->render('bandeau.html.twig');
|
|
|
|
echo $twig->render('quote.html', array(
|
|
|
|
echo $twig->render('quote.html', array(
|
|
|
@ -14,7 +15,6 @@
|
|
|
|
'sourceName' => $q->getTitleSrc(),
|
|
|
|
'sourceName' => $q->getTitleSrc(),
|
|
|
|
'dateSortie' => $q->getDateSrc(),
|
|
|
|
'dateSortie' => $q->getDateSrc(),
|
|
|
|
'nbLike' => $q->getLike(),
|
|
|
|
'nbLike' => $q->getLike(),
|
|
|
|
'timeCode' =>"1h45",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
));
|
|
|
|
));
|
|
|
|
?>
|
|
|
|
?>
|