templates/frontend/_partials/_right_col_block-3.html.twig line 1

Open in your IDE?
  1. {# Custom UW Ad Halfpage #}
  2. {% set customHalfpage = content_uw_ad_halfpage() %}
  3. {% if customHalfpage %}
  4. <div class="mb-4 text-center">
  5. {% if customHalfpage.getClickUrl %}<a href="{{ customHalfpage.getClickUrl }}" target="{{ customHalfpage.getClickUrlTarget }}">{% endif %}
  6. <img class="img-fluid mb-2 lazy"
  7. data-src="{{ asset(customHalfpage.getAssetFilepath) }}"
  8. alt="{{ customHalfpage.getAlt }}"
  9. title="{{ customHalfpage.getCaption }}">
  10. {% if customHalfpage.getClickUrl %}</a>{% endif %}
  11. </div>
  12. {# <div class="mb-4">#}
  13. {# {% if customHalfpage.getClickUrl %}<a href="{{ customHalfpage.getClickUrl }}" target="{{ customHalfpage.getClickUrlTarget }}">{% endif %}#}
  14. {# <img class="img-fluid w-100 mb-2 lazy" data-src="{{ asset(customHalfpage.getAssetFilepath) }}" alt="{{ customHalfpage.getAlt }}" title="{{ customHalfpage.getCaption }}">#}
  15. {# {% if customHalfpage.getClickUrl %}</a>{% endif %}#}
  16. {# </div>#}
  17. {% endif %}
  18. {# end #}