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