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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{else}
{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if} {if $icon && ($this->getAttribute('design') == 'iconLeft' || $this->getAttribute('design') == 'iconRight') || $this->getAttribute('design') == 'iconCenter'} {/if}
{/if}