/[drupal]/contributions/sandbox/bonvga/fblike/comment.tpl.php
ViewVC logotype

Contents of /contributions/sandbox/bonvga/fblike/comment.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Sun Nov 4 22:07:33 2007 UTC (2 years ago) by bonvga
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial import
1 <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
2 <?php if ($picture) : ?><?php print $picture ?><?php endif; ?>
3 <div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div>
4 <div class="content clearfix"><?php print $content ?></div>
5 <?php if ($links) : ?><div class="links_box"><?php print $links ?></div><?php endif; ?>
6 </div>

  ViewVC Help
Powered by ViewVC 1.1.2