예제 #1
0
파일: _body.php 프로젝트: eldister/dosye
<?php

use_stylesheet('/vjCommentPlugin/css/infoBulle.min.css');
?>
<a class="info">
  <?php 
echo commentTools::cleanQuote($comment->getBody(ESC_RAW));
?>
  <span class="body">
    <?php 
echo $comment->getBody(ESC_RAW);
?>
  </span>
</a>
예제 #2
0
 public function getBodyCleanQuotes()
 {
     return commentTools::cleanQuote($this->getBody());
 }