aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/views/default/thewire/reply.php
blob: 3794e1454fb470670d6e371d04dd5117a2997440 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * Reply header
 */

$post = $vars['post'];
$poster = $post->getOwnerEntity();

?>
<b><?php echo elgg_echo('thewire:replying', array($poster->name)); ?>: </b>
<?php echo $post->description;