<IMAGE_THUMBNAIL_NO_LINK>
Tag Function:
- Displays the current images thumbnail without 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:
<IMAGE_THUMBNAIL_NO_LINK>
Sample Output:
Using the code above will generate the following when the template is run:
<img src="thumbnails/thumb_20070413190355_test.jpg" alt="Photo Title" title="Photo Title" width="100" height="75" />
ImageRelatedTags
<< <IMAGE_THUMBNAIL> | TemplateTags | <IMAGE_NOTES> >>