diff --git a/templates/web/lightbox/IE6/feed_container.html.twig b/templates/web/lightbox/IE6/feed_container.html.twig index 0c74835877..fee39c469f 100644 --- a/templates/web/lightbox/IE6/feed_container.html.twig +++ b/templates/web/lightbox/IE6/feed_container.html.twig @@ -1,16 +1,16 @@ {% block basket %}
- {% for element in feed_entry.get_content() %} + {% for element in feed_entry.getItems() %}
- - diff --git a/templates/web/lightbox/IE6/feed_options_box.html.twig b/templates/web/lightbox/IE6/feed_options_box.html.twig index 174b50637a..028fb4006c 100644 --- a/templates/web/lightbox/IE6/feed_options_box.html.twig +++ b/templates/web/lightbox/IE6/feed_options_box.html.twig @@ -22,7 +22,7 @@
- +
| {% endif %}