| 1 |
<div class="<?php if ($page): ?>typepage<?php endif; ?> <?php if ($page == 0): ?>typeteaser<?php endif; ?>">
|
| 2 |
|
| 3 |
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
|
| 4 |
<?php if ($picture) {
|
| 5 |
print $picture;
|
| 6 |
}?>
|
| 7 |
<?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
|
| 8 |
<div class="submitted"> <?php if ($submitted): ?><?php print $date?> by <?php print $name ?> <?php endif; ?> <?php if ($terms): ?> <strong style="color: #30424e">Tags:</strong><?php print $terms?><?php endif; ?> </div>
|
| 9 |
<div class="taxonomy"></div>
|
| 10 |
<div class="content"><?php print $content?></div>
|
| 11 |
<?php if ($links) { ?><div class="links-readmore">»<?php print $links?></div><?php }; ?>
|
| 12 |
</div>
|
| 13 |
</div>
|