<TAG_IMG_LIST>
Tag Function:
- Displays a text link list of all tags for currently viewed image.
Main Usage:
- Used within image_template.html to dynamically recall and load a text link list of all tags for current 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:
Tags:<br/>
<a href="index.php?x=browse&tag=nikon">Nikon</a>
<a href="index.php?x=browse&tag=nature">Nature</a>
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_tags =
"Tags:<br/>";
ArchiveRelatedTags
<< <FOCUS_TAG_LINKS_AS_LIST> | TemplateTags | <TAG_IMG_LIST_KEYWORDS> >>