| 263 | | // You can also use the create_links() method and pick a style on the fly if you want |
| 264 | | echo '<hr />Digg style: '.$pagination->create_links('digg'); |
| 265 | | echo '<hr />Extended style: '.$pagination->create_links('extended'); |
| 266 | | echo '<hr />PunBB style: '.$pagination->create_links('punbb'); |
| | 263 | // You can also use the render() method and pick a style on the fly if you want |
| | 264 | echo '<hr />Digg style: '.$pagination->render('digg'); |
| | 265 | echo '<hr />Extended style: '.$pagination->render('extended'); |
| | 266 | echo '<hr />PunBB style: '.$pagination->render('punbb'); |