This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/templates/yuuno/profile/comments.tpl

4 lines
155 B
Smarty
Raw Normal View History

{% set comments = profile.profileComments.comments %}
{% set commentsCategory = 'profile-' ~ profile.data.user_id %}
{% include 'elements/comments.tpl' %}