| 1 |
<?php if ($page == 0): ?> |
<?php if ($page == 0): ?> |
| 2 |
<h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2> |
<h1><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h1> |
| 3 |
<?php endif; ?> |
<?php endif; ?> |
| 4 |
<?php print $content ?> |
<?php print $content ?> |
| 5 |
<?php print $submitted ?> |
<p><?php print $submitted ?></p> |
|
</div> |
|
| 6 |
<?php if ($links): ?> |
<?php if ($links): ?> |
| 7 |
<?php print $links ?> |
<?php print $links ?> |
| 8 |
<?php endif; ?> |
<?php endif; ?> |