mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
7 lines
260 B
XML
7 lines
260 B
XML
{var $microblogEnabled = isset($thisUser) ? $thisUser->hasMicroblogEnabled() : false}
|
|
|
|
{if $microblogEnabled}
|
|
{include "post/microblogpost.xml", post => $post, commentSection => $commentSection}
|
|
{else}
|
|
{include "post/oldpost.xml", post => $post}
|
|
{/if}
|