<IMAGE_NEXT_LINK>
Tag Function:
- Displays a link that says "Next" only if a next image exists.
Main Usage:
- Used within image_template.html to dynamically display a link to the next 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=101">Next
</a>
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_next =
"Next";
ImageRelatedTags
<< <IMAGE_NEXT_TITLE> | TemplateTags | <IMAGE_LAST_LINK> >>