openvk/Web/Presenters/templates/components/post.xml
veselcraft 057e6c5c63 [NEW FEATURE] Microblog
Can be enabled in settings
2021-01-04 12:33:25 -05:00

7 lines
No EOL
199 B
XML

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