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