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())}
|
{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}
|
||||||
|
|
Loading…
Reference in a new issue