sullissi

could you just not?

Jun 17th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #pagination {width:250px; word-spacing:20px; text-align:center;}
  2. </style>
  3. <body>
  4.  
  5. PUT UNDER SIDEBAR OR SOMETHING.
  6.  
  7. <div id=pagination>{block:Pagination}
  8. {block:PreviousPage}
  9. <a href="{PreviousPage}">&larr;</a>
  10. {/block:PreviousPage}
  11.  
  12. {block:JumpPagination length="5"}
  13. {block:CurrentPage}
  14. <span class="current_page">{PageNumber}</span>
  15. {/block:CurrentPage}
  16.  
  17. {block:JumpPage}
  18. <a class="jump_page" href="{URL}">{PageNumber}</a>
  19. {/block:JumpPage}
  20. {/block:JumpPagination}
  21.  
  22. {block:NextPage}
  23. <a href="{NextPage}">&rarr;</a>
  24. {/block:NextPage}
  25. {/block:Pagination}</div>
Advertisement
Add Comment
Please, Sign In to add comment