mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-10 15:07:53 +00:00
7 lines
348 B
Twig
7 lines
348 B
Twig
<item>
|
|
<title>{{ 'undefined event' | trans }} {{ 'by' | trans }} #{{ user.id }}</title>
|
|
<author>#{{ user.id }}</author>
|
|
<pubDate>{{ added | date('D, d M Y h:i:s O') }}</pubDate>
|
|
<guid>{{ url('user_info', { userId : user.id }) }}#activity-{{ id }}</guid>
|
|
<link>{{ url('user_info', { userId : user.id }) }}#activity</link>
|
|
</item> |