mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 16:43:48 +00:00
Adding locale selection
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user