| 1 |
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
|
| 2 |
<h2 class="node-title">
|
| 3 |
<?php if ($page == 0): ?>
|
| 4 |
<a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title; ?></a>
|
| 5 |
<?php else : ?> <?php print $title; ?> <?php endif; ?></h2>
|
| 6 |
<?php if ($submitted): ?>
|
| 7 |
<span class="submitted"><?php print $submitted?></span>
|
| 8 |
<span class="taxonomy"><?php print $terms?></span><?php endif; ?>
|
| 9 |
<div class="content"><?php print $content?></div>
|
| 10 |
<br class="clear" />
|
| 11 |
<?php if ($links) { ?><div class="links">» <?php print $links?></div><?php }; ?>
|
| 12 |
</div>
|