2006-04-15 04:07:18 +00:00
|
|
|
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
|
2005-05-04 18:12:18 +00:00
|
|
|
<?php if ($picture) {
|
|
|
|
print $picture;
|
|
|
|
}?>
|
2005-06-06 14:07:04 +00:00
|
|
|
<?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
|
2005-05-04 18:12:18 +00:00
|
|
|
<span class="submitted"><?php print $submitted?></span>
|
|
|
|
<span class="taxonomy"><?php print $terms?></span>
|
|
|
|
<div class="content"><?php print $content?></div>
|
2006-01-19 10:29:12 +00:00
|
|
|
<?php if ($links) { ?><div class="links">» <?php print $links?></div><?php }; ?>
|
2005-05-04 18:12:18 +00:00
|
|
|
</div>
|