';
if (!$topbar_content_area) {
$output .= sprintf('
', $topbar_buttons_align);
$output .= $ssbuttons;
$output .= '
';
}
else {
if ($topbar_content_area_pos == "left") {
$output .= '
';
$output .= stripslashes($topbar_usercontent);
$output .= '
';
$output .= sprintf('
', $topbar_buttons_align);
$output .= $ssbuttons;
$output .= '
';
}
else {
$output .= sprintf('
', $topbar_buttons_align);
$output .= $ssbuttons;
$output .= '
';
$output .= '
';
$output .= stripslashes($topbar_usercontent);
$output .= '
';
}
}
$output .= '
';
$output .= '';
return $output;
}
}