first commit
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user