mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
move spacename to CLChillMain to ChillMain
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace CL\Chill\MainBundle\Controller;
|
||||
namespace Chill\MainBundle\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
|
||||
@@ -16,7 +16,7 @@ class AdminController extends Controller {
|
||||
$page_title = 'views.Main.admin.index.page_title') {
|
||||
|
||||
|
||||
return $this->render('CLChillMainBundle:Admin:index.html.twig', array(
|
||||
return $this->render('ChillMainBundle:Admin:index.html.twig', array(
|
||||
'menu_composer' => $this->get('cl_chill_main_menu_composer'),
|
||||
'menu' => $menu,
|
||||
'header_title' => $header_title,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace CL\Chill\MainBundle\Controller;
|
||||
namespace Chill\MainBundle\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
|
||||
@@ -24,6 +24,6 @@ class DefaultController extends Controller
|
||||
}
|
||||
|
||||
|
||||
return $this->render('CLChillMainBundle::layout.html.twig');
|
||||
return $this->render('ChillMainBundle::layout.html.twig');
|
||||
}
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace CL\Chill\MainBundle\Controller;
|
||||
namespace Chill\MainBundle\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
|
||||
|
Reference in New Issue
Block a user