Files
zynapse/app/views/page/_comment.phtml
2010-02-25 00:16:53 +02:00

5 lines
230 B
PHTML

<div style="comment">
<?php echo $comment['body']; ?><br />
<h6 style="margin: 0px;">&nbsp;&nbsp;&nbsp;<?php echo $comment['name']?> <?php if (!empty($comment['email'])) echo '('.$comment['email'].')'; ?></h6>
</div>
<hr />