summaryrefslogtreecommitdiff
path: root/themes/pushbutton/comment.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/pushbutton/comment.tpl.php')
-rw-r--r--themes/pushbutton/comment.tpl.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/themes/pushbutton/comment.tpl.php b/themes/pushbutton/comment.tpl.php
deleted file mode 100644
index 18ac9a952..000000000
--- a/themes/pushbutton/comment.tpl.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-// $Id$
-?>
-<div class="comment<?php print ' ' . $status; ?>">
- <?php if ($picture) : ?>
- <?php print $picture ?>
- <?php endif; ?>
- <h3 class="title"><?php print $title ?></h3>
- <div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div>
- <div class="content">
- <?php print $content ?>
- <?php if ($signature): ?>
- <div class="clearfix">
- <div>—</div>
- <?php print $signature ?>
- </div>
- <?php endif; ?>
- </div>
- <!-- BEGIN: links -->
- <div class="links">&raquo; <?php print $links ?></div>
- <!-- END: links -->
-</div>