mirror of
https://github.com/openvk/openvk
synced 2025-07-07 08:19:49 +03:00
Update @layout.xml
This commit is contained in:
parent
ba1c9730e7
commit
fc28b99321
1 changed files with 0 additions and 6 deletions
|
@ -226,12 +226,6 @@
|
||||||
{strpos($menuItem["name"], "@") === 0 ? tr(substr($menuItem["name"], 1)) : $menuItem["name"]}
|
{strpos($menuItem["name"], "@") === 0 ? tr(substr($menuItem["name"], 1)) : $menuItem["name"]}
|
||||||
</a>
|
</a>
|
||||||
<div id="_groupListPinnedGroups">
|
<div id="_groupListPinnedGroups">
|
||||||
<div n:if="$thisUser->getPinnedClubCount() > 0" class="menu_divider"></div>
|
|
||||||
<a
|
|
||||||
n:foreach="$thisUser->getPinnedClubs() as $club"
|
|
||||||
href="{$club->getURL()}"
|
|
||||||
class="link group_link">{$club->getName()}</a>
|
|
||||||
|
|
||||||
<div id="_groupListPinnedGroups">
|
<div id="_groupListPinnedGroups">
|
||||||
<div n:if="$thisUser->getPinnedClubCount() > 0" class="menu_divider"></div>
|
<div n:if="$thisUser->getPinnedClubCount() > 0" class="menu_divider"></div>
|
||||||
<a n:foreach="$thisUser->getPinnedClubs() as $club" href="{$club->getURL()}" class="link group_link">{$club->getName()}</a>
|
<a n:foreach="$thisUser->getPinnedClubs() as $club" href="{$club->getURL()}" class="link group_link">{$club->getName()}</a>
|
||||||
|
|
Loading…
Reference in a new issue