<IMAGE_FIRST_LINK>
Tag Function:
- Displays a link that says "First" unless the first picture is being displayed.
Main Usage:
- Used within image_template.html to dynamically display a link to the first 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=1">First
</a>
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_first =
"First";
ImageRelatedTags
<< <IMAGE_LAST_TITLE> | TemplateTags | <IMAGE_FIRST_ID> >>