pull/21/head
kevin.modejar 5 months ago
parent efb5ae6287
commit 5f742119aa

@ -11,7 +11,7 @@ $rep = __DIR__ . '/../';
$base = 'dbkemondejar'; $base = 'dbkemondejar';
$login = 'kemondejar'; $login = 'kemondejar';
$mdp = ''; $mdp = 'Ctvl-21122005';
//Vues //Vues

@ -19,7 +19,7 @@ $twig = new \Twig\Environment($loader, [
'cache' => false, 'cache' => false,
]); ]);
$twig->addGlobal('racine','/~kekentin/WF/WF-Website'); $twig->addGlobal('racine','/~kemondejar/WF-Website');
$cont = new Controleur\FrontControler($co); $cont = new Controleur\FrontControler($co);

@ -4,7 +4,7 @@
echo $twig->render('head.html.twig', array( echo $twig->render('head.html.twig', array(
'title' => "Login", 'title' => "Login",
'style' => "public/styles/styleLogin.css", 'style' => "public/styles/styleLogin.css",
)); ));
echo $twig->render('bandeau.html.twig'); echo $twig->render('bandeau.html.twig');

@ -4,7 +4,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",
)); ));
echo $twig->render('bandeau.html.twig'); echo $twig->render('bandeau.html.twig');
echo $twig->render('quote.html', array( echo $twig->render('quote.html', array(

@ -6,7 +6,7 @@
<img src="images/quizz.svg" alt="quizz" width="51px" height="82px" onmousedown="return false"> <img src="images/quizz.svg" alt="quizz" width="51px" height="82px" onmousedown="return false">
</div> </div>
<div class="logo"> <div class="logo">
<a href="/~kekentin/WF/WF-Website/"><img src="images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false"></a> <a href="{{racine}}/"><img src="images/WIKIFANTASY.png" alt="Logo" width="227px" height="106px" onmousedown="return false"></a>
</div> </div>
<div class="user"> <div class="user">
<img src="images/user_dark.png" alt="user" width="70px" height="70px" onmousedown="return false"> <img src="images/user_dark.png" alt="user" width="70px" height="70px" onmousedown="return false">
@ -24,7 +24,7 @@
<div class="createAccount"> <div class="createAccount">
<p class="createAccount">Vous n'avez pas de compte?</p> <p class="createAccount">Vous n'avez pas de compte?</p>
<a href="/~kekentin/WF/WF-Website/signin" class="createAccount">S'incrire</a> <a href="{{racine}}/signin" class="createAccount">S'incrire</a>
</div> </div>

Loading…
Cancel
Save