FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
mailpoet
/
views
/
newsletter
/
templates
/
blocks
/
social
Edit File: settingsStyles.hbs
{{#each availableSets}} <div class="mailpoet_social_icon_set{{#ifCond ../activeSet '==' this }} mailpoet_active_icon_set{{/ifCond}}" data-setName="{{ this }}"> {{#each ../availableSocialIcons}} <img src="{{#if (lookup (lookup ../../socialIconSets ../this) this)}}{{lookup (lookup ../../socialIconSets ../this) this}}{{else}}{{../../imageMissingSrc}}{{/if}}" /> {{/each}} </div> {{/each}}
Save
Back