Adding locale selection

This commit is contained in:
Marc Ducobu
2014-11-12 15:28:43 +01:00
parent 52c48f5b5d
commit 1ebb4662c1
3 changed files with 24 additions and 10 deletions

View File

@@ -10,4 +10,9 @@ class DefaultController extends Controller
{
return $this->render('ChillMainBundle::layout.html.twig');
}
}
public function indexWithoutLocaleAction()
{
return $this->redirect($this->generateUrl('chill_main_homepage'));
}
}