| 1 |
<div class="node<?php print ($sticky) ? " sticky" : ""; ?>">
|
| 2 |
|
| 3 |
<?php if ($page == 0): ?>
|
| 4 |
<h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
|
| 5 |
<?php else: ?>
|
| 6 |
<?php print $picture ?>
|
| 7 |
<?php if ($submitted): ?>
|
| 8 |
<em class="info">info: <?php print $submitted ?></em>
|
| 9 |
<?php endif; ?>
|
| 10 |
<?php endif; ?>
|
| 11 |
|
| 12 |
<div class="content"><?php print $content ?></div>
|
| 13 |
|
| 14 |
<?php if ($links): ?>
|
| 15 |
<em class="clear links">>> <?php print $links ?></em>
|
| 16 |
<?php endif; ?>
|
| 17 |
<?php if ($page == 1): ?>
|
| 18 |
<em class="clear terms"><?php print $terms ?></em>
|
| 19 |
<?php endif; ?>
|
| 20 |
|
| 21 |
</div>
|