openvk/Web/Presenters/templates/components/post.xml

7 lines
199 B
XML
Raw Normal View History

{ifset $thisUser}
{if $thisUser->hasMicroblogEnabled()}
{include "post/microblogpost.xml", post => $post}
{else}
{include "post/oldpost.xml", post => $post}
{/if}
{/ifset}