Prints a paged thumbs navigation on image.php, independ of the album.php's thumbs The function contains some predefined CSS ids you can use for styling. The function prints the following html:
<div id="pagedthumbsnav"> <a href="" id="pagedthumbsnav-prev">Previous thumbnail list</a> <img><img> (...) (the active thumb has class="pagedthumbsnav-active") <a href="" id="pagedthumbsnav-next">Next thumbnail list</a> <p id="pagethumbsnav-counter>Images 1 - 10 of 20 (1/3)</p> (optional) </div>
| Author: | Malte Müller (acrylian) |
| Version: | 1.0.1 |