Files
grzanieplus.pl/plugins/stSocialLinksPlugin/modules/stSocialLinksFrontend/templates/theme/bianco/show.html
2025-03-12 17:06:23 +01:00

44 lines
2.4 KiB
HTML

<div class="social">
{if $facebook}
<a href="{$facebook}" target="_blank" rel="noopener">
<img class="top" src="{image_path image='social/facebook.png'}" alt="Facebook" width="37" height="37"/>
<img class="bottom" src="{image_path image='social/facebook-white.png'}" alt="Facebook" width="37" height="37"/>
</a>
{/if}
{if $twitter}
<a href="{$twitter}" target="_blank" rel="noopener">
<img class="top" src="{image_path image='social/twitter.png'}" alt="Twitter" width="37" height="37"/>
<img class="bottom" src="{image_path image='social/twitter-white.png'}" alt="Twitter" width="37" height="37"/>
</a>
{/if}
{if $youtube}
<a href="{$youtube}" target="_blank" rel="noopener">
<img class="top" src="{image_path image='social/youtube.png'}" alt="Youtube" width="37" height="37"/>
<img class="bottom" src="{image_path image='social/youtube-white.png'}" alt="Youtube" width="37" height="37"/>
</a>
{/if}
{if $instagram}
<a href="{$instagram}" target="_blank" rel="noopener">
<img class="top" src="{image_path image='social/instagram.png'}" alt="Instagram" width="37" height="37"/>
<img class="bottom" src="{image_path image='social/instagram-white.png'}" alt="Instagram" width="37" height="37"/>
</a>
{/if}
{if $pinterest}
<a href="{$pinterest}" target="_blank" rel="noopener">
<img class="top" src="{image_path image='social/pinterest.png'}" alt="Pinterest" width="37" height="37"/>
<img class="bottom" src="{image_path image='social/pinterest-white.png'}" alt="Pinterest" width="37" height="37"/>
</a>
{/if}
{if $allegro}
<a href="{$allegro}" target="_blank" rel="noopener">
<img class="top" src="{image_path image='social/allegrolink.png'}" alt="Allegro" width="37" height="37"/>
<img class="bottom" src="{image_path image='social/allegrolink-white.png'}" alt="Allegro" width="37" height="37"/>
</a>
{/if}
{if $newsletter}
<a href="/newsletter/add">
<img class="top" src="{image_path image='social/newsletter.png'}" alt="Newsletter" width="37" height="37"/>
<img class="bottom" src="{image_path image='social/newsletter-white.png'}" alt="Newsletter" width="37" height="37"/>
</a>
{/if}
</div>