view('template/pfp', array('user' => $user))?>
=$user['first_name'] . ' ' . $user['last_name']?>
=$post['created']?>
=$post['content']?>
main->user();
$liked = $post['like_id'] ? 'btn-blue' : '';
$post_attrs = array(
'postId' => $post['id']
);
if ($post['like_id'] !== NULL) {
$post_attrs['likeId'] = $post['like_id'];
}
?>
=ilang('action_like',
class: 'btn btn-wide action-like ' . $liked,
attrs: $post_attrs
)?>
=ilang('action_comment', class: 'btn btn-wide action-comment',
click: '$(\'#action-new-comment-' . $post['id'] . '\').focus()'
)?>
view('template/pfp', array('user' => $user))?>