' . $shortcode_content . '
'; } } else if ($curr_page == $pages_count - 1) { $html .= '
  • ' . $this->acp_button_text($title) . '
  • ' . '
    ' . $shortcode_content . '
    '; } else { $html .= '
  • ' . $this->acp_button_text($title) . '
  • '; } } else if ($acp_paging_buttons_location === 2) { if (!$curr_page) { $html = '
    '; $this->html_text .= '
    ' . $shortcode_content . '
    ' . $this->html_text . '
    '; } } elseif ($curr_page == $pages_count - 1) { $html .= '
    ' . $this->html_text . '
  • ' . $this->acp_button_text($title) . '
  • '; } else { $this->html_text .= '
  • ' . $this->acp_button_text($title) . '
  • '; } } else { if (!$curr_page) { $html = '
    '; $this->html_text .= '
    ' . $this->html_text . '
    ' . $shortcode_content . '
    ' . $this->html_text . '
    '; } } elseif ($curr_page == $pages_count - 1) { $html .= '
    ' . $this->html_text . '
  • ' . $this->acp_button_text($title) . '
  • ' . $shortcode_content . '
    ' . $this->html_text . '
  • ' . $this->acp_button_text($title) . '
  • '; } else { $this->html_text .= '
  • ' . $this->acp_button_text($title) . '
  • '; } } ?>