<IMAGE_LAST_ID>
Tag Function:
- Displays the id number of the last image.
Main Usage:
- Used within image_template.html to dynamically recall the id number of the last image.
Examples:
In your image template, you can use the tag like this:
<a href=
"index.php?showimage=<IMAGE_LAST_ID>">View Last</a>
Sample Output:
Using the code above will generate the following when the template is run:
<a href="index.php?showimage=200">View Last
</a>
ImageRelatedTags
<< <IMAGE_LAST_LINK> | TemplateTags | <IMAGE_LAST_TITLE> >>