<IMAGE_CATEGORY>
Tag Function:
- Displays the categories that the current image is assigned to.
Main Usage:
- Used within image_template.html to dynamically recall and display the current images assigned categories.
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:
Categories:
<a href="index.php?x=browse&category=1">[default]
</a> <a href="index.php?x=browse&category=2">[nikon]
</a> <a href="index.php?x=browse&category=3">[nature]
</a>
Sample Outcome:
Using the output above will generate the following when the template is run:
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_category_singular =
"Category:";
$lang_category_plural =
"Categories:";
ImageRelatedTags
<< <IMAGE_HEIGHT> | TemplateTags | <IMAGE_THUMBNAIL> >>