| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: node.tpl.php,v 1.2 2009/04/03 22:18:06 jrglasgow Exp $ |
| 3 |
?> |
?> |
| 4 |
<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"; } ?>"> |
| 5 |
<?php if ($picture) { print $picture; }?> |
<?php if ($picture) { print $picture; }?> |
| 9 |
<h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2> |
<h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2> |
| 10 |
<?php }; ?> |
<?php }; ?> |
| 11 |
<?php }; ?> |
<?php }; ?> |
| 12 |
|
<?php if ($submitted) { ?> |
| 13 |
|
<span class="submitted"><?php print $submitted?></span> |
| 14 |
|
<?php }; ?> |
| 15 |
<?php if ($terms) { ?> |
<?php if ($terms) { ?> |
| 16 |
<span class="submitted"><?php print $submitted?></span> <div class="taxonomy"><?php print $terms?></div> |
<div class="taxonomy"><?php print $terms?></div> |
| 17 |
<?php }; ?> |
<?php }; ?> |
| 18 |
|
|
| 19 |
<div class="content"><?php print $content?></div> |
<div class="content"><?php print $content?></div> |