custom/plugins/TraumPlugin/src/Resources/views/storefront/themeware/widgets/twt-awards-include.html.twig line 1

Open in your IDE?
  1. {%  sw_extends '@themeware/storefront/themeware/widgets/twt-awards-include.html.twig' %}
  2. {% block twt_widget_awards_content %}
  3.     {% if shopware.theme['twt-widget-awards-text-show'] == 2 %}
  4.         <p>{{ "twt.widget.awards.content"|trans|sw_sanitize }}</p>
  5.     {% endif %}
  6.     <img src="/bundles/traumplugin/img/sicher_quali.png" width="310" height="72" alt="awards" usemap="#Goldwert"  />
  7.     <map name="Goldwert">
  8.         <area shape="circle" coords="270,36,50"
  9.               href="/ueber-uns/bewertungen-traumkonzept/"
  10.               title="Goldwert">
  11.     </map>
  12. {% endblock %}