| 1 |
<?php // $Id: node.tpl.php,v 1.5 2007/05/12 02:15:46 webchick Exp $ ?> |
<?php // $Id: node.tpl.php,v 1.5.2.1 2009/03/05 02:54:38 ipwa Exp $ ?> |
| 2 |
|
|
| 3 |
<?php if ($submitted): ?> |
<?php if ($submitted): ?> |
| 4 |
<div class="contentdate"> |
<div class="contentdate"> |
| 13 |
}?> |
}?> |
| 14 |
<div class="contenttitle"> |
<div class="contenttitle"> |
| 15 |
<h1><a href="<?php print $node_url?>"><?php print $title?></a></h1> |
<h1><a href="<?php print $node_url?>"><?php print $title?></a></h1> |
| 16 |
|
<?php if ($submitted): ?> |
| 17 |
<p><?php print format_date($node->created); ?> |
<p><?php print format_date($node->created); ?> |
| 18 |
<?php if (!$page && isset($comment_link)) { // We're in teaser view ?> |
<?php if (!$page && isset($comment_link)) { // We're in teaser view ?> |
| 19 |
| <?php print $comment_link; ?> |
| <?php print $comment_link; ?> |
| 20 |
<?php }; ?> |
<?php }; ?> |
| 21 |
</p> |
</p> |
| 22 |
|
<?php endif; ?> |
| 23 |
</div> |
</div> |
| 24 |
|
|
| 25 |
<div class="content"><?php print $content?></div> |
<div class="content"><?php print $content?></div> |
| 26 |
<?php if ($terms) { ?><div class="taxonomy"><?php print t('Tags: ') . $terms; ?></div><?php }; ?> |
<?php if ($terms) { ?><div class="taxonomy"><?php print t('Tags: ') . $terms; ?></div><?php }; ?> |
| 27 |
<?php if ($links) { ?><div class="links">» <?php print $links?></div><?php }; ?> |
<?php if ($links) { ?><div class="links">» <?php print $links?></div><?php }; ?> |