';
if (!$bottombar_content_area) {
$output .= sprintf('
', $bottombar_buttons_align);
$output .= $ssbuttons;
$output .= '
';
}
else {
if ($bottombar_content_area_pos == "left") {
$output .= '
';
$output .= stripslashes($bottombar_usercontent);
$output .= '
';
$output .= sprintf('
', $bottombar_buttons_align);
$output .= $ssbuttons;
$output .= '
';
}
else {
$output .= sprintf('
', $bottombar_buttons_align);
$output .= $ssbuttons;
$output .= '
';
$output .= '
';
$output .= stripslashes($bottombar_usercontent);
$output .= '
';
}
}
$output .= '
';
$output .= '';
return $output;
}
}