';
$buttons .= $prev_shortcode_link;
$buttons .= '' . $prev_shortcode_url_page . '
';
$buttons .= '';
$buttons .= '';
$buttons .= '';
$buttons .= $next_shortcode_link;
$buttons .= '' . $next_shortcode_url_page . '
';
$buttons .= '';
$buttons .= '';
$buttons .= '';
if ($acp_paging_buttons_location === 1) {
$html .= '';
$html .= $buttons;
$html .= '
' . $current_shortcode_content . '
';
$html .= $buttons;
$html .= '
';
}
?>