mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
add default layout
This commit is contained in:
@@ -6,8 +6,8 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
|
||||
class DefaultController extends Controller
|
||||
{
|
||||
public function indexAction($name)
|
||||
public function indexAction()
|
||||
{
|
||||
return $this->render('CLChillMainBundle:Default:index.html.twig', array('name' => $name));
|
||||
return $this->render('CLChillMainBundle::layout.html.twig');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user