first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
<div id="social" class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
{if $facebook}
<a href="{$facebook}" target="_blank" rel="noopener">
<img src="{image_path image='social/facebook.png'}" alt=" " width="32" height="32"/>
</a>
{/if}
{if $twitter}
<a href="{$twitter}" target="_blank" rel="noopener">
<img src="{image_path image='social/twitter.png'}" alt=" " width="32" height="32"/>
</a>
{/if}
{if $youtube}
<a href="{$youtube}" target="_blank" rel="noopener">
<img src="{image_path image='social/youtube.png'}" alt=" " width="32" height="32"/>
</a>
{/if}
{if $google}
<a href="{$google}" target="_blank" rel="noopener">
<img src="{image_path image='social/google-plus.png'}" alt=" " width="32" height="32"/>
</a>
{/if}
{if $instagram}
<a href="{$instagram}" target="_blank" rel="noopener">
<img src="{image_path image='social/instagram.png'}" alt=" " width="32" height="32"/>
</a>
{/if}
{if $pinterest}
<a href="{$pinterest}" target="_blank" rel="noopener">
<img src="{image_path image='social/pinterest.png'}" alt=" " width="32" height="32"/>
</a>
{/if}
{if $allegro}
<a href="{$allegro}" target="_blank" rel="noopener">
<img src="{image_path image='social/allegrolink.png'}" alt=" " width="32" height="32"/>
</a>
{/if}
{slot name="social-links" hidden="true"}{/slot}
{if $newsletter}
<a href="/newsletter/add">
<img src="{image_path image='social/newsletter.png'}" alt=" " width="32" height="32"/>
</a>
{/if}
</div>