| 1 |
<?php // $Id: node.tpl.php,v 1.4 2007/03/18 22:56:55 webchick Exp $ ?> |
<?php // $Id: node.tpl.php,v 1.5 2007/05/12 02:15:46 webchick Exp $ ?> |
| 2 |
<div class="contentdate"> |
|
| 3 |
<h3><?php print $month; ?></h3> |
<?php if ($submitted): ?> |
| 4 |
<h4><?php print $day; ?></h4> |
<div class="contentdate"> |
| 5 |
</div> |
<h3><?php print $month; ?></h3> |
| 6 |
|
<h4><?php print $day; ?></h4> |
| 7 |
|
</div> |
| 8 |
|
<?php endif; ?> |
| 9 |
|
|
| 10 |
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>"> |
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>"> |
| 11 |
<?php if ($picture) { |
<?php if ($picture) { |
| 12 |
print $picture; |
print $picture; |