mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-10 06:57:52 +00:00
7 lines
357 B
Twig
7 lines
357 B
Twig
<item>
|
|
<title>{{ 'User' | trans }} #{{ user.id }} {{ 'have joined' | trans }} {{ name }}</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> |