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