[% USE date %]
[% PROCESS sub/date.html %]
[% IF recent_type == 'elite' %]
[% title = c.loc('Recent Elite Topics') %]
[% ELSE %]
[% title = c.loc('Recent Topics') %]
[% END %]
[% c.req.base _ url_prefix %]
[% date.format(date.now, '%Y-%m-%dT%H:%M:%S+00:00') %]
[% date.format(date.now, '%Y-%m-%dT%H:%M:%S+00:00') %]
Foorum RSS Generator
[% FOREACH t IN topics %]
-
[% c.req.base _ 'forum/' _ t.forum_id _ '/topic/' _ t.topic_id %]
[% forum.forum_url _ '/topic/' _ t.topic_id %]
[% date_format(t.last_update_date, '%Y-%m-%dT%I:%M:%S') %]
[% END %]