| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: node.tpl.php,v 1.1.2.1 2009/10/12 02:10:01 himerus Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file node.tpl.php |
* @file node.tpl.php |
| 52 |
|
|
| 53 |
<?php print $picture ?> |
<?php print $picture ?> |
| 54 |
|
|
| 55 |
<?php if (!$page): ?> |
<?php if (!$page && $title): ?> |
| 56 |
<h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2> |
<h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2> |
| 57 |
<?php endif; ?> |
<?php endif; ?> |
| 58 |
|
<?php if ($submitted):?> |
| 59 |
<div class="submitted"><?php print $submitted ?></div> |
<div class="submitted"><?php print $submitted ?></div> |
| 60 |
|
<?php endif; ?> |
| 61 |
|
|
| 62 |
|
|
| 63 |
<?php print $content ?> |
<?php print $content ?> |
| 64 |
<div class="taxonomy"><?php print $terms ?></div> |
<?php if ($terms):?> |
| 65 |
|
<div class="taxonomy"><?php print $terms; ?></div> |
| 66 |
|
<?php endif; ?> |
| 67 |
|
<?php if ($links):?> |
| 68 |
<div class="node-links"><?php print $links; ?></div> |
<div class="node-links"><?php print $links; ?></div> |
| 69 |
|
<?php endif; ?> |
| 70 |
</div> |
</div> |