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())} {var $interests = explode(", ", $user->getInterests())}
{foreach $interests as $interest} {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} {/foreach}
</td> </td>
</tr> </tr>
@ -741,7 +741,6 @@
{else} {* isBanned() *} {else} {* isBanned() *}
{include "banned.xml"} {include "banned.xml"}
{/if} {/if}
{/block} {/block}
{block bodyScripts} {block bodyScripts}