<THUMBNAILS_WHOLE_PAGED>
Tag Function:
- Displays a list of all thumbnails with link and paged archive addon support.
Main Usage:
- Used within browse_template.html to dynamically recall and load a list of all thumbnails with link and paged archive addon support.
Examples:
In your browse template, you can use the tag like this:
Sample Output:
Using the code above will generate the following when the template is run:
<a href="./index.php?showimage=99">
� <img src="thumbnails/thumb_20070413190355_test.jpg" alt="Image Title 1" title="Image Title 1" class="thumbnails" width="100" height="75" />
</a>
<a href="./index.php?showimage=100">
� <img src="thumbnails/thumb_20070413190355_test_2.jpg" alt="Image Title 2" title="Image Title 2" class="thumbnails" width="100" height="75" />
</a>
CSS Class:
Using this class allows you to determine the look of the thumbnail rows:
.thumbnails { /* class for thumbnails */
}
PagedArchiveAddonTags
<< <BROWSE_CATEGORIES_PAGED> | TemplateTags | <THUMBNAILS_PAGES_LINKS> >>