File "settingsStyles.hbs"

Full Path: /home/warrior1/public_html/plugins/mailpoet/views/newsletter/templates/blocks/social/settingsStyles.hbs
File size: 299 bytes
MIME-type: text/plain
Charset: utf-8

{{#each availableSets}}
    <div class="mailpoet_social_icon_set{{#ifCond ../activeSet '==' this }} mailpoet_active_icon_set{{/ifCond}}" data-setName="{{ this }}">
    {{#each ../availableSocialIcons}}<img src="{{lookup (lookup ../../socialIconSets ../this) this}}" />{{/each}}
    </div>
{{/each}}