From eb1f9b57dd04b947cf32b04f415fae39c7c2c54b Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 11 Jun 2013 11:17:56 +0200 Subject: [PATCH] fixed IE6 templates --- .../web/lightbox/IE6/feed_container.html.twig | 14 +++++++------- .../web/lightbox/IE6/feed_options_box.html.twig | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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 %}