|
@@ -51,7 +51,8 @@ class HomeController extends Controller
|
51
|
51
|
));
|
52
|
52
|
|
53
|
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
|
|