Files
kupshop/web/templates/x/components/instafeed.tpl
2025-08-02 16:30:27 +02:00

11 lines
288 B
Smarty

<div class="instafeed-wrapper">
<div class="instafeed-header">
<h3>
{$title|default:"{t}Naše sociální sítě{/t}"}
</h3>
{include "components/block.social.tpl" social_class='social-links'}
</div>
<div id="instafeed" class="instafeed"></div>
</div>