diff options
Diffstat (limited to 'themes/engines/phptemplate/comment.tpl.php')
-rw-r--r-- | themes/engines/phptemplate/comment.tpl.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/themes/engines/phptemplate/comment.tpl.php b/themes/engines/phptemplate/comment.tpl.php deleted file mode 100644 index ac4eeb88a..000000000 --- a/themes/engines/phptemplate/comment.tpl.php +++ /dev/null @@ -1,25 +0,0 @@ -<div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; ?> clear-block"> - <?php print $picture ?> - -<?php if ($comment->new) : ?> - <a id="new"></a> - <span class="new"><?php print $new ?></span> -<?php endif; ?> - - <h3><?php print $title ?></h3> - - <div class="submitted"> - <?php print $submitted ?> - </div> - - <div class="content"> - <?php print $content ?> - <?php if ($signature): ?> - <div class="user-signature clear-block"> - <?php print $signature ?> - </div> - <?php endif; ?> - </div> - - <?php print $links ?> -</div> |