| 5 |
print $picture; |
print $picture; |
| 6 |
}?> |
}?> |
| 7 |
<?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?> |
<?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 ($date): ?><?php print $date?> by <?php print $name ?> <?php endif; ?> <?php if ($terms): ?> <strong style="color: #30424e">Tags:</strong><?php print $terms?><?php endif; ?> </div> |
<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> |
<div class="taxonomy"></div> |
| 10 |
<div class="content"><?php print $content?></div> |
<div class="content"><?php print $content?></div> |
| 11 |
<?php if ($links) { ?><div class="links-readmore">»<?php print $links?></div><?php }; ?> |
<?php if ($links) { ?><div class="links-readmore">»<?php print $links?></div><?php }; ?> |
| 12 |
</div> |
</div> |
|
|
|
| 13 |
</div> |
</div> |