format_date($post['created'])?>

$post['id'] ); if ($post['like_id'] !== NULL) { $post_attrs['likeId'] = $post['like_id']; } ?>

$post['id']); $cdata = $this->comments(); $loaded = $cdata['loaded']; $max = $cdata['max']; $page_size = $cdata['page_size']; $total = $post['comment_count']; if ($loaded >= $page_size && $page_size < $total) { echo ilang('action_load_comments', class: 'action-load-comments btn btn-blend mt', attrs: array( 'postId' => $post['id'], 'loaded' => $loaded, 'pageSize' => $page_size, 'commentCount' => $total, 'commentMax' => $max, ) ); } ?>