mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fix microblog comments and left menu links 2 (#956)
* Фикс комментариев в микроблоге * Update @layout.xml * Update @layout.xml * Update comment.xml --------- Co-authored-by: n1rwana <me@n1rwana.xyz>
This commit is contained in:
parent
6e7f8833fe
commit
ee2e5e8d1c
2 changed files with 5 additions and 5 deletions
|
@ -226,11 +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>
|
||||||
|
|
|
@ -61,6 +61,9 @@
|
||||||
{php $target = "topic"}
|
{php $target = "topic"}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
||||||
|
<span n:if="$compact ?? false">
|
||||||
|
|
||||||
| <a
|
| <a
|
||||||
{if is_null($linkW)}
|
{if is_null($linkW)}
|
||||||
href="#_comment{$comment->getId()}"
|
href="#_comment{$comment->getId()}"
|
||||||
|
@ -69,6 +72,8 @@
|
||||||
{/if}
|
{/if}
|
||||||
class="date"
|
class="date"
|
||||||
>{$comment->getPublicationTime()}</a>
|
>{$comment->getPublicationTime()}</a>
|
||||||
|
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue