Changeset 912:18eae8f3a180 for inc/public/default-templates
- Timestamp:
- 10/26/12 13:35:00 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/atom.xml
r0 r912 25 25 <id>{{tpl:EntryFeedID}}</id> 26 26 <published>{{tpl:EntryDate iso8601="1"}}</published> 27 <updated>{{tpl:EntryDate iso8601="1" upddt="1"}}</updated> 27 <tpl:EntryIf republished="1"> 28 <updated>{{tpl:EntryDate iso8601="1" upddt="1"}}</updated> 29 </tpl:EntryIf> 30 <tpl:EntryIf republished="0"> 31 <updated>{{tpl:EntryDate iso8601="1"}}</updated> 32 </tpl:EntryIf> 28 33 <author><name>{{tpl:EntryAuthorCommonName encode_xml="1"}}</name></author> 29 34 <tpl:EntryIf has_category="1">
Note: See TracChangeset
for help on using the changeset viewer.