Просмотр исходного кода

highlight de l'onglet lorsque page Demandes de tags ouverte

Bastien Sevajol 13 лет назад
Родитель
Сommit
547fa9830b
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2 1
      src/Muzich/HomeBundle/Controller/HomeController.php

+ 2 - 1
src/Muzich/HomeBundle/Controller/HomeController.php Просмотреть файл

51
     ));
51
     ));
52
     
52
     
53
     return $this->render('MuzichHomeBundle:Home:need_tags.html.twig', array(
53
     return $this->render('MuzichHomeBundle:Home:need_tags.html.twig', array(
54
-      'elements' => $es->getElements($this->getDoctrine(), $this->getUserId())
54
+      'elements' => $es->getElements($this->getDoctrine(), $this->getUserId()),
55
+      'topmenu_active' => 'needs-tags'
55
     ));
56
     ));
56
   }
57
   }
57
   
58