';
if ($booster_title != '') {
$output .= '
'.$booster_title.'
';
}
if ($booster_message != '') {
$output .= ''.$booster_message.'
';
}
$output .= ''.$share_buttons.'
';
if ($booster_manualclose) {
$output .= ''.$booster_manualclose_text.'
';
}
if ($booster_autoclose != '') {
$output .= ''.__('This window will automatically close in ', 'essb').$booster_autoclose.__(' seconds', 'essb').'
';
}
$output .= '';
$output .= '';
return $output;
}
}