__get_html( 'banner_link_target', ' target="%s"' ); $rel = $this->__get_html( 'banner_link_rel', ' rel="%s"' ); $this->__html( 'banner_link', '' ); echo '
'; echo $this->__get_banner_image(); echo '
'; echo '
'; $title_tag = $this->__get_html( 'banner_title_html_tag', '%s' ); $this->__html( 'banner_title', '<' . $title_tag . ' class="jet-banner__title">%s' ); $this->__html( 'banner_text', '
%s
' ); echo '
'; echo '
'; $this->__html( 'banner_link', '
' ); ?>