1 <div id
="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
3 <?php
print $picture ?
>
5 <?php
if ($page == 0): ?
>
6 <h2
><a href
="<?php print $node_url ?>" title
="<?php print $title ?>"><?php
print $title ?
></a
></h2
>
10 <?php
if ($submitted): ?
>
11 <span
class="submitted"><?php
print $submitted ?
></span
>
15 <span
class="terms"><?php
print $terms ?
></span
>
20 <?php
print $content ?
>