<IMAGE_NEXT_ID>
Tag Function:
- Recalls the next image id number.
Main Usage:
- Used within image_template.html to dynamically recall the next image id number.
Examples:
In your image template, you can use the tag like this:
<a href=
"index.php?showimage=<IMAGE_NEXT_ID>">Next</a>
Sample Output:
Using the code above will generate the following when the template is run:
<a href="index.php?showimage=101">Next
</a>
ImageRelatedTags
<< <IMAGE_PREVIOUS_TITLE> | TemplateTags | <IMAGE_NEXT_TITLE> >>