2005-05-04 18:12:18 +00:00
|
|
|
<div class="node<?php if ($sticky) { print " sticky"; } ?>">
|
|
|
|
<?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>
|
|
|
|
<div class="links">» <?php print $links?></div>
|
|
|
|
</div>
|