c = $user_id; } public function i() { $user = new User($this->c['user_id']); echo '
'.Date::zmdate($this->c['posted_at']).'
'.$user->i('username').' · '; if (json_decode($user->i('content'), true)['aboutrid']['value'] != null) { echo ''; } if (json_decode($user->i('content'), true)['aboutlive']['value'] != null) { echo ' '.json_decode($user->i('content'), true)['aboutlive']['value']; } echo '
Фото: '.Photo::fetchAll($this->c['user_id']).'
'.$this->c['body'].'
+1
+1 / –0
'; } }