| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: node.tpl.php,v 1.1 2008/05/29 02:40:09 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> |