3 lines
145 B
Smarty
3 lines
145 B
Smarty
{% set comments = profile.profileComments.comments %}
|
|
{% set commentsCategory = 'profile-' ~ profile.id %}
|
|
{% include 'elements/comments.tpl' %}
|