Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pagination {width:250px; word-spacing:20px; text-align:center;}
- </style>
- <body>
- PUT UNDER SIDEBAR OR SOMETHING.
- <div id=pagination>{block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">→</a>
- {/block:NextPage}
- {/block:Pagination}</div>
Advertisement
Add Comment
Please, Sign In to add comment