-
- context->post->countOwn('comment') ?>
- context->post->countOwn('favoritee') ?>
-
+ $this->context->post->score,
+ 'comments' => $this->context->post->countOwn('comment'),
+ 'favs' => $this->context->post->countOwn('favoritee'),
+ ];
+ ?>
+
+
+ $val): ?>
+
+
+
+
+
+
+
+
+
+
+