<IMAGE_FIRST_ID>
Tag Function:
- Displays the id number of the first image.
Main Usage:
- Used within image_template.html to dynamically recall the id number of the first image.
Examples:
In your image template, you can use the tag like this:
<a href=
"index.php?showimage=<IMAGE_FIRST_ID>">View First</a>
Sample Output:
Using the code above will generate the following when the template is run:
<a href="index.php?showimage=1">View First
</a>
ImageRelatedTags
<< <IMAGE_FIRST_LINK> | TemplateTags | <IMAGE_FIRST_TITLE> >>