acp_button_text($prev_shortcode_title, 25); $next_shortcode_title = $next_shortcode_array['title']; $next_shortcode_link = $next_shortcode_array['link']; $next_shortcode_url_page = $next_shortcode_array['url_page_number']; $next_shortcode_title = $this->acp_button_text($next_shortcode_title, 25); $current_shortcode_content = $current_shortcode_array['shortcode_content']; $buttons = ''; if ($acp_paging_buttons_location === 1) { $html .= '
'; $html .= $buttons; $html .= '
' . $current_shortcode_content . '
'; $html .= '
'; } else if ($acp_paging_buttons_location === 2) { $html .= '
'; $html .= '
' . $current_shortcode_content . '
'; $html .= $buttons; $html .= '
'; } else { $html .= '
'; $html .= $buttons; $html .= '
' . $current_shortcode_content . '
'; $html .= $buttons; $html .= '
'; } ?>