Advertisement
karennn13

pagi

Mar 4th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <div id="pagi">
  2.  
  3.  
  4. {block:Pagination}
  5. {block:PreviousPage}<a href="{PreviousPage}" class="jumppage">&#8606;</a>{/block:PreviousPage}
  6. {block:JumpPagination length="5"}
  7. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  8. {block:JumpPage}<a class="jumppage" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  9. {block:NextPage}<a href="{NextPage}" class="jumppage">&#8608;</a>{/block:NextPage}
  10. {/block:Pagination}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement