diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-21 17:16:24 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-21 17:16:24 +0000 |
commit | 9e5f504e1a9c428580c17e13fc1f76bc38727e3c (patch) | |
tree | 14594ed704c722df357704ec8b9981f622a02cfb /templates | |
parent | 3feebe31b61c04422c29d2e0c7c6f018b7772e29 (diff) |
rssitem.tmpl: include comments URL (HTML only)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/rssitem.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/rssitem.tmpl b/templates/rssitem.tmpl index 42936a668..a61b92b61 100644 --- a/templates/rssitem.tmpl +++ b/templates/rssitem.tmpl @@ -23,4 +23,7 @@ <TMPL_ELSE> <description><TMPL_VAR CONTENT ESCAPE=HTML></description> </TMPL_IF> + <TMPL_IF NAME="COMMENTSURL"> + <comments><TMPL_VAR NAME="COMMENTSURL"></comments> + </TMPL_IF> </item> |