mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
Initial import of old legacy Zynapse Framework,
untouched since early 2008.
This commit is contained in:
5
app/views/page/_comment.phtml
Normal file
5
app/views/page/_comment.phtml
Normal file
@@ -0,0 +1,5 @@
|
||||
<div style="comment">
|
||||
<?php echo $comment['body']; ?><br />
|
||||
<h6 style="margin: 0px;"> — <?php echo $comment['name']?> <?php if (!empty($comment['email'])) echo '('.$comment['email'].')'; ?></h6>
|
||||
</div>
|
||||
<hr />
|
||||
Reference in New Issue
Block a user