=pfp($user)?>
=$user['first_name'] . ' ' . $user['last_name']?>
=$this->format_date($post['created'])?>
=$post['content']?>
$post['id']
);
if ($post['like_id'] !== NULL) {
$post_attrs['likeId'] = $post['like_id'];
}
?>
=$post['like_count']?>=' ' . ucfirst(lang('likes'))?>
=ilang('action_like',
class: 'btn grow action-like ' . $liked,
attrs: $post_attrs
)?>
=ilang('action_comment', class: 'btn grow action-comment',
onclick: '$(\'#action-new-comment-' . $post['id'] . '\').focus()'
)?>
=pfp($session)?>