1
0
Fork 0

spelling: community

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:08 -04:00
commit 72cc354214
5 changed files with 10 additions and 10 deletions

View file

@ -4,11 +4,11 @@
</div>
{{/if}}
{{if $comunity_profiles_title}}
{{if $community_profiles_title}}
<div id="right_profiles" class="widget">
<h3>{{$comunity_profiles_title}}</h3>
<h3>{{$community_profiles_title}}</h3>
<div id='lastusers-wrapper' class='items-wrapper'>
{{foreach $comunity_profiles_items as $i}}
{{foreach $community_profiles_items as $i}}
{{$i nofilter}}
{{/foreach}}
</div>