move spacename to CLChillMain to ChillMain

This commit is contained in:
2014-10-17 08:27:31 +02:00
parent f44abb26fe
commit d9aa417e3c
27 changed files with 61 additions and 121 deletions

View File

@@ -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,

View File

@@ -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');
}
}

View File

@@ -1,6 +1,6 @@
<?php
namespace CL\Chill\MainBundle\Controller;
namespace Chill\MainBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;