<TAG_ATOM_LINK>
Tag Function:
- Creates a ATOM feed link for the images with a specific tag.
Main Usage:
- Used within browse_template.html to dynamically create and add a ATOM feed link to your template if an image tag is selected.
Examples:
In your browse 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?x=atom&tag=flowers">ATOM feed for "flowers"</a>
Sample Outcome:
Using the output above will generate the following when the template is run:
FeedRelatedTags
<< <SITE_COMMENT_ATOM_LINK> | TemplateTags | <COMMENT_POPUP> >>