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