diff options
Diffstat (limited to 'themes/garland/node.tpl.php')
-rw-r--r-- | themes/garland/node.tpl.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php index 8c267d671..5dbdd1463 100644 --- a/themes/garland/node.tpl.php +++ b/themes/garland/node.tpl.php @@ -1,3 +1,6 @@ +<?php +// $Id$ +?> <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>"> <?php print $picture ?> |