This commit is contained in:
lalka2016 2023-06-03 16:45:26 +03:00
parent 2e5ea15bfa
commit d5c714748b

View file

@ -488,7 +488,7 @@
{var $interests = explode(", ", $user->getInterests())}
{foreach $interests as $interest}
<a href="/search?type=users&query=&interests={urlencode($interest)}">{$interest}</a>{if $interest != end($interests)},{/if}
<a href="/search?type=users&query=&interests={urlencode($interest)}">{$interest}</a>{if $interest != end($interests)},{/if}
{/foreach}
</td>
</tr>
@ -741,7 +741,6 @@
{else} {* isBanned() *}
{include "banned.xml"}
{/if}
{/block}
{block bodyScripts}