Guest User

Untitled

a guest
Nov 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <?php
  2. // $Id: comment.tpl.php,v 1.0 2010/09/23 09:51:29 goba Exp $
  3. /*
  4. SETT KOMMENTOINTI
  5. */
  6. ?>
  7.  
  8. <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; ?> clear-block">
  9.  
  10. <div class="comment-boxi">
  11. <div class="comment_info"><?php print $date; ?>&nbsp;&minus;&nbsp;<?php print $author; ?>&nbsp;<?php print $links; ?></div>
  12. <div class="comment_content">
  13. <?php print $picture; ?>
  14.  
  15. <div class="teksti">
  16. <?php print $content; ?>
  17. </div>
  18. <div style="clear:both;"></div>
  19. </div>
  20. <div class="links"><?php //print $links; ?></div>
  21. </div>
  22. </div>
Add Comment
Please, Sign In to add comment