Ejemplo n.º 1
0
	<a href="<?php 
    echo htmlentities($item['author_website']);
    ?>
" rel="nofollow"><?php 
    echo htmlentities($item['author_name']);
    ?>
</a>
      <?php 
} else {
    ?>
	<?php 
    echo htmlentities($item['author_name']);
    ?>
      <?php 
}
?>
      <div class="comment-date">(<?php 
echo sfEasyCommentsHelper::render_interval(strtotime($item['created_at']));
?>
)</div>
    </div>
    <div class="clearer">&nbsp;</div>
    
    <div class="comment-body">									
      <p><?php 
echo str_replace("\n", '<br />', htmlentities($item['body']));
?>
</p>
    </div>
  </div>
</div>