mirror of
https://github.com/openvk/openvk
synced 2025-07-07 08:19:49 +03:00
ok 2
This commit is contained in:
parent
2e5ea15bfa
commit
d5c714748b
1 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue