{assign var=minHeightStyle value="min-height: {$minHeight};"} {assign var=bgImageStyle value=''} {if $backgroundImage} {assign var=bgImageStyle value="background-image: url({image src=$backgroundImage onlysrc="1"});"} {/if} {if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

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

{/if}
{$this->getAttribute('content')}
{if $image}
{image src=$image width=600 class="page-header-image-container-img" style="max-height: {$imageHeight}"}
{/if}