{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')} <header class="control-header"> <h1>{$this->getAttribute('frontendTitle')}</h1> </header> {/if} {if $this->getAttribute('content') != ""} <div class="control-content"> {$this->getAttribute('content')} </div> {/if} <div class="simpleGoogleMap"> <div class="simpleGoogleMap-wrapper"> <span>{locale group='quiqqer/bricks' var='brick.control.simplegooglemaps.clickToActivate'}</span> </div> <iframe class="simpleGoogleMap-iframe" src="{$url}"></iframe> </div>