Explorar el Código

Evolution #762: Autoplay recherche

Sevajol Bastien hace 11 años
padre
commit
e7a620c802

+ 3 - 1
src/Muzich/CoreBundle/Resources/views/GlobalSearch/results.html.twig Ver fichero

46
         
46
         
47
         {% include "MuzichCoreBundle:SearchElement:default.html.twig" with {
47
         {% include "MuzichCoreBundle:SearchElement:default.html.twig" with {
48
           'noelements_filter' : true,
48
           'noelements_filter' : true,
49
-          'elements'          : results.elements
49
+          'elements'          : results.elements,
50
+          'display_autoplay'     : true,
51
+          'autoplay_context'     : 'home'
50
         }%}
52
         }%}
51
         
53
         
52
         {% if display_more_button and results.elements|length %}
54
         {% if display_more_button and results.elements|length %}