<IMAGE_LAST_LINK>
Tag Function:
- Displays a link that says "Last" unless the last picture is being displayed.
Main Usage:
- Used within image_template.html to dynamically display a link to the last image.
Examples:
In your image 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=200">Last
</a>
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_latest =
"Last";
ImageRelatedTags
<< <IMAGE_NEXT_LINK> | TemplateTags | <IMAGE_LAST_ID> >>