Guest User

Untitled

a guest
Oct 16th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // NEXT Button
  2. if ( $prev_next && $current && ( $current < $total || -1 == $total ) ){
  3. $page_links[] = '<a class="lt-next next page-numbers" data-page="' . ((int)$current + 1) . '" href="javascript:void(0);">' . $next_text . '</a>';
  4. }
Add Comment
Please, Sign In to add comment