'; if ( $banner_spot->get_title() !== '' ) { $output .= '' . $banner_spot->get_title() . ''; } if ( $banner_spot->get_extra() !== '' ) { $output .= $banner_spot->get_extra(); } if ( $banner_spot->get_description() !== '' ) { $output .= '

' . $banner_spot->get_description() . '

'; } $output .= $banner_spot->render_banner(); $output .= ''; return $output; } }