custom/plugins/NetzpShariff6/src/Resources/views/storefront/shariff.html.twig line 1

Open in your IDE?
  1. {% set language = page.header.activeLanguage.translationCode.code[0:2] %}
  2. {% set c = config('NetzpShariff6.config') %}
  3. <span class="shariff {% if(c.buttonstyle == 'iconcircle') %}icon-circle{% endif %} netzp-shariff6"
  4.      data-lang="{{ language }}"
  5.      {% if(buttonstyle != '') %}
  6.      data-button-style="{{ buttonstyle }}"
  7.      {% else %}
  8.      data-button-style="{{ c.buttonstyle }}"
  9.      {% endif %}
  10.      data-services="{% if c.showFacebook %}facebook{% endif %} {% if c.showPinterest %}pinterest{% endif %} {% if c.showTwitter %}twitter{% endif %} {% if c.showWhatsapp %}whatsapp{% endif %} {% if c.showTelegram %}telegram{% endif %} {% if c.showXing %}xing{% endif %} {% if c.showLinkedin %}linkedin{% endif %} {% if c.showPocket %}pocket{% endif %} {% if c.showDiaspora %}diaspora{% endif %} {% if c.showThreema %}threema{% endif %} {% if c.showMail %}mail{% endif %} {% if c.showPrint %}print{% endif %}"
  11.      data-mail-url="mailto:"
  12.      data-theme="{{ c.theme }}"
  13.      {% if(orientation != '') %}data-orientation="{{ orientation }}"{% endif %}
  14. ></span>