Maj de bootstrap en V4 finale

Création d'un module à part pour gérer les applications
 - Ajout de VautMeUp
 - Préparation de l'appli karting
Ajout d'un bloc "Projets personnels"
This commit is contained in:
2018-06-27 00:46:00 +02:00
parent 2cdbbadcc2
commit 5659eb6309
35 changed files with 14681 additions and 9663 deletions

View File

@@ -17,6 +17,7 @@ class IndexController extends AbstractActionController
{
public function indexAction()
{ $view = new ViewModel();
$view->setTerminal(true);
return $view;
}