custom/plugins/TcinnThemeWareLiving/src/Resources/views/storefront/themeware/twt-social-icons.html.twig line 1

Open in your IDE?
  1. {# ThemeWare "Social icons" @Platform #}
  2. {#
  3.     @Storefront/storefront/themeware/twt-social-icons.html.twig
  4. #}
  5. {# TODO: prüfen... #}
  6. {% block twt_social_icons %}
  7.     {% apply spaceless %}
  8.         <span class="twt-social-icon icon icon-themeware icon-{{ icon }} icon-{{ style }}">
  9.             {{ source('@TcinnThemeWareLiving/assets/social-icons/'~ style ~'/twt-icon-'~ icon ~'-'~ style ~'.svg', ignore_missing = true) }}
  10.         </span>
  11.     {% endapply %}
  12. {% endblock %}