<SITE_COMMENT_ATOM_LINK>
Tag Function:
- Creates a Comment ATOM feed link.
Main Usage:
- Used within image_template.html to dynamically create and add a Comment ATOM feed link to your template.
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:
<a href="./index.php?x=comment_atom">ATOM Comment feed</a>
Sample Outcome:
Using the output above will generate the following when the template is run:
FeedRelatedTags
<< <SITE_ATOM_LINK> | TemplateTags | <TAG_ATOM_LINK> >>