| 1 |
<?php |
<?php |
| 2 |
// $Id: node.tpl.php,v 1.1 2008/05/29 02:40:09 crashtest Exp $ |
// $Id: node.tpl.php,v 1.1.2.1 2008/05/31 12:56:48 crashtest Exp $ |
| 3 |
?> |
?> |
| 4 |
<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>"> |
<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>"> |
| 5 |
|
|
| 9 |
<?php if ($submitted): ?> |
<?php if ($submitted): ?> |
| 10 |
<span class="submitted"><?php print $submitted; ?></span> |
<span class="submitted"><?php print $submitted; ?></span> |
| 11 |
<?php endif; ?> |
<?php endif; ?> |
| 12 |
|
|
| 13 |
<?php if ($page == 0): ?> |
<?php if ($page == 0): ?> |
| 14 |
<h2 class="title"> |
<h2 class="title"> |
| 15 |
<a href="<?php print $node_url; ?>"><?php print $title; ?></a> |
<a href="<?php print $node_url; ?>"><?php print $title; ?></a> |
| 16 |
</h2> |
</h2> |
| 17 |
<?php endif; ?> |
<?php endif; ?> |
| 18 |
|
|
| 19 |
<div class="content clear-block"> |
<div class="content clear-block"> |
| 20 |
<?php print $node->content['body']['#value']; ?> |
<?php print $content ?> |
| 21 |
</div> |
</div> |
| 22 |
|
|
| 23 |
<div class="clear-block"> |
<div class="clear-block"> |