Skip to content
Code-Schnipsel Gruppen Projekte
Image.html 346 B
{assign var=img value=$brickImage}
{assign var=link value=$brickLink}
<section class="content-body grid-100 mobile-grid-100 grid-parent brick-image">

    {$this->getAttribute('content')}

    {if $link != ""}
    <a class="brick-image-link" href="{$link}">
    {/if}

        {image src=$img}

    {if $link != ""}
    </a>
    {/if}

</section>