{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{foreach $entries as $entry}
{if $imageAsBackground} {* Is "Site image" an image or FontAwesome icon? *} {if $entry.image|strstr:"image.php"} {* Image *}
{else} {* FontAwesome icon *} {/if} {else} {/if}
{/foreach}
{if $this->getAttribute('allCategoriesUrl')}
{locale group="quiqqer/product-bricks" var="brick.control.categoryBox.allCategoriesUrl.button"}
{/if}