<IMAGE_THUMBNAIL>
Tag Function:
- Displays the current images thumbnail with link.
Main Usage:
- Used within image_template.html and comment_template.html to dynamically recall and display the current images thumbnail.
Examples:
In your image and comment templates, 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=100">
<img src="thumbnails/thumb_20070413190355_test.jpg" alt="Photo Title" title="Photo Title" width="100" height="75" />
</a>
ImageRelatedTags
<< <IMAGE_CATEGORY> | TemplateTags | <IMAGE_THUMBNAIL_NO_LINK> >>