' . $shortcode_content . '
';
}
} else if ($curr_page == $pages_count - 1) {
$html .= '' . $page . '
‹›' . '' . $shortcode_content . '
';
} else {
$html .= '' . $page . '
';
}
} 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 .= '';
} else {
$this->html_text .= '' . $page . '
';
}
} else {
if (!$curr_page) {
$html = '';
$this->html_text .= '
' . $this->html_text . '
‹›' . $shortcode_content . '
' . $this->html_text . '
‹› ';
}
} elseif ($curr_page == $pages_count - 1) {
$html .= '' . $shortcode_content . '
' . $this->html_text . '' . $page . '
‹›';
} else {
$this->html_text .= '' . $page . '
';
}
}
?>