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

56 lines
2.9 KiB
HTML

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