|
@@ -20,7 +20,8 @@ class VideothequePersonnelleController extends Controller
|
|
|
$films = $this->getUser()->getFilms();
|
|
|
|
|
|
return $this->render('@App/videotheque/liste.html.twig', array(
|
|
|
- 'listeFilms' => $films
|
|
|
+ 'listeFilms' => $films,
|
|
|
+ 'titre' => 'Ma liste de films à voir'
|
|
|
));
|
|
|
}
|
|
|
|