3 lines
155 B
Smarty
Executable file
3 lines
155 B
Smarty
Executable file
{% set comments = profile.profileComments.comments %}
|
|
{% set commentsCategory = 'profile-' ~ profile.data.user_id %}
|
|
{% include 'elements/comments.tpl' %}
|