name, $note->id), icon('chat', 'text-2xl mr-1 text-gray-400') . $note->replies_count, [ 'class' => 'inline-flex items-center hover:underline', 'title' => lang('Note.replies', [ 'numberOfReplies' => $note->replies_count, ]), ], ) ?> name, $note->id, 'reblog'), icon('repeat', 'text-2xl mr-1 text-gray-400') . $note->reblogs_count, [ 'class' => 'inline-flex items-center hover:underline', 'width' => 420, 'height' => 620, 'title' => lang('Note.reblogs', [ 'numberOfReblogs' => $note->reblogs_count, ]), ], ) ?> name, $note->id, 'favourite'), icon('heart', 'text-2xl mr-1 text-gray-400') . $note->favourites_count, [ 'class' => 'inline-flex items-center hover:underline', 'width' => 420, 'height' => 620, 'title' => lang('Note.favourites', [ 'numberOfFavourites' => $note->favourites_count, ]), ], ) ?>