Newer
Older
<div class="quiqqer-bricks-sidebox3">
Michael
committed
{if $this->getAttribute('content')}
<div class="quiqqer-bricks-sidebox3-content">
{$this->getAttribute('content')}
</div>
{/if}
<div class="quiqqer-bricks-sidebox3-row">
<article class="quiqqer-bricks-sidebox3-article">
{if $this->getAttribute( 'showImage' )}
<a href="{url site=$Child}" class="image">
{image src=$Child->getAttribute('image_site') width=640}
</a>
{if $this->getAttribute( 'showTitle' ) || $this->getAttribute( 'showShort' )}
<header>
{if $this->getAttribute( 'showTitle' )}
<h3>
<a href="{url site=$Child}">
{$Child->getAttribute('title')}
</a>
</h3>
{/if}
</header>
{/if}
{if $this->getAttribute( 'showShort' )}
<p>
{text_passage text=$Child->getAttribute('short') start=0 end=120 striphtml=true append="..."}
</p>
{/if}
{if $this->getAttribute( 'showContent' )}
{$Child->getAttribute('content')}
{/if}
<footer class="article-button">
<a href="{url site=$Child}" class="button">
{locale group="quiqqer/bricks" var="continue.reading"}
</a>
</footer>
</article>
{if $modKey && $modKey % 3 === 0 && !$Child@last}
<div class="quiqqer-bricks-sidebox3-row">