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

' . $banner_spot->get_description() . '

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