<IMAGE_PREVIOUS_LINK>
Tag Function:
- Displays a link that says "Previous" only if a previous image exists.
Main Usage:
- Used within image_template.html to dynamically display a link to the previous 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=99">Previous
</a>
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_previous =
"Previous";
ImageRelatedTags
<< <IMAGE_ID> | TemplateTags | <IMAGE_PREVIOUS_ID> >>