<IMAGE_NEXT_TITLE>
Tag Function:
- Recalls the next image title. If no next image esists, "No Next Image" is displayed.
Main Usage:
- Used within image_template.html to dynamically recall the next image title.
Examples:
In your image template, you can use the tag like this:
<a href=
"index.php?showimage=<IMAGE_NEXT_ID>">
<IMAGE_NEXT_TITLE>
</a>
Sample Output:
Using the code above will generate the following when the template is run:
<a href="index.php?showimage=101">ImageTitle2
</a>
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_no_next =
"No Next Image";
ImageRelatedTags
<< <IMAGE_NEXT_ID> | TemplateTags | <IMAGE_NEXT_LINK> >>