mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
sf4, repair errors and make basic and admin chill pages works
This commit is contained in:
@@ -32,7 +32,7 @@ class UIController extends Controller
|
||||
) {
|
||||
$nb = $counter->getSumNotification($this->getUser());
|
||||
|
||||
return $this->render('ChillMainBundle:UI:notification_user_counter.html.twig', [
|
||||
return $this->render('@ChillMain/UI/notification_user_counter.html.twig', [
|
||||
'nb' => $nb
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user