summaryrefslogtreecommitdiff
path: root/themes/pushbutton/node.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/pushbutton/node.tpl.php')
-rw-r--r--themes/pushbutton/node.tpl.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/themes/pushbutton/node.tpl.php b/themes/pushbutton/node.tpl.php
deleted file mode 100644
index 5af18a131..000000000
--- a/themes/pushbutton/node.tpl.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-// $Id$
-?>
-<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
- <?php print $picture ?>
- <?php if (!$page): ?>
- <h1 class="title"><a href="<?php print $node_url ?>"><?php print $title ?></a></h1>
- <?php endif; ?>
- <span class="submitted"><?php print $submitted ?></span>
- <div class="taxonomy"><?php print $terms ?></div>
- <div class="content"><?php print $content ?></div>
- <?php if ($links): ?>
- <div class="links">&raquo; <?php print $links ?></div>
- <?php endif; ?>
-
- <?php print $comments; ?>
-
-</div>