diff options
Diffstat (limited to 'themes/pushbutton/node.tpl.php')
-rw-r--r-- | themes/pushbutton/node.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/pushbutton/node.tpl.php b/themes/pushbutton/node.tpl.php index 441bbd00f..8eccce92d 100644 --- a/themes/pushbutton/node.tpl.php +++ b/themes/pushbutton/node.tpl.php @@ -1,4 +1,4 @@ -<div class="node<?php print ($sticky) ? " sticky" : ""; ?>"> +<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>"> <?php print $picture ?> <?php if ($page == 0): ?> <h1 class="title"><a href="<?php print $node_url ?>"><?php print $title ?></a></h1> |