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