2006-08-25 09:01:12 +00:00
|
|
|
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?> clear-block">
|
2005-05-04 18:12:18 +00:00
|
|
|
<?php if ($page == 0): ?>
|
|
|
|
<h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
|
|
|
|
<?php endif; ?>
|
|
|
|
<?php print $picture ?>
|
|
|
|
|
|
|
|
<div class="info"><?php print $submitted ?><span class="terms"><?php print $terms ?></span></div>
|
|
|
|
<div class="content">
|
|
|
|
<?php print $content ?>
|
|
|
|
</div>
|
|
|
|
|
2006-08-25 09:01:12 +00:00
|
|
|
<?php if ($links): ?>
|
|
|
|
<div class="links"><?php print $links ?></div>
|
|
|
|
<?php endif; ?>
|
2005-05-04 18:12:18 +00:00
|
|
|
</div>
|